summaryrefslogtreecommitdiffstats
path: root/Configurations/10-main.conf
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-05-01 14:33:19 +0200
committerAndy Polyakov <appro@openssl.org>2016-05-19 22:39:52 +0200
commit6c4be50a5d775866e79b2f58fafb23a862bd38b2 (patch)
treec8c3c2d6bce8a4d954942883ecae788f45afa1d4 /Configurations/10-main.conf
parente33826f01bd78af76e0135c8dfab3387927a82bb (diff)
Move Haiku configuration to separate config file to denote
the fact that it's community-supported target. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations/10-main.conf')
-rw-r--r--Configurations/10-main.conf30
1 files changed, 0 insertions, 30 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 84d33232a5..e0dad4f026 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1715,36 +1715,6 @@ sub vms_info {
shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
ranlib => "$ENV{'RANLIB'}",
},
- "haiku-common" => {
- template => 1,
- cc => "cc",
- cflags => add_before(picker(default => "-DL_ENDIAN -Wall",
- debug => "-g -O0",
- release => "-O2"),
- threads("-D_REENTRANT")),
- sys_id => "HAIKU",
- lflags => "-lnetwork",
- perlasm_scheme => "elf",
- thread_scheme => "pthreads",
- dso_scheme => "dlfcn",
- shared_target => "haiku-shared",
- shared_cflag => "-fPIC",
- shared_ldflag => "-shared",
- shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
- },
- "haiku-x86" => {
- inherit_from => [ "haiku-common", asm("x86_elf_asm") ],
- cflags => add(picker(default => "",
- release => "-fomit-frame-pointer")),
- bn_ops => "BN_LLONG",
- },
- # Haiku builds with no-asm
- "haiku-x86_64" => {
- inherit_from => [ "haiku-common", asm("x86_64_asm") ],
- cflags => add("-m64"),
- bn_ops => "SIXTY_FOUR_BIT_LONG",
- },
-
##### VMS
"vms-generic" => {