summaryrefslogtreecommitdiffstats
path: root/Configurations/50-haiku.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-16 23:01:10 +0200
committerRichard Levitte <levitte@openssl.org>2019-06-17 16:08:53 +0200
commit30478c97837a026ba56718f98d490adf7bce2760 (patch)
tree10166f933851346d6f4fd6387394087843ce26a3 /Configurations/50-haiku.conf
parent3a561b06d9e897a7613843f2bd0752297ab56dd7 (diff)
Configure: final cleanup of asm related things
Remove the *_asm templates in Configurations/00-base-templates.conf, all attempts to inherit them, and the asm() perl function. [extended tests] Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9166)
Diffstat (limited to 'Configurations/50-haiku.conf')
-rw-r--r--Configurations/50-haiku.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/50-haiku.conf b/Configurations/50-haiku.conf
index 5543e777cb..d37ab83ada 100644
--- a/Configurations/50-haiku.conf
+++ b/Configurations/50-haiku.conf
@@ -18,7 +18,7 @@ my %targets = (
perl_platform => 'Unix',
},
"haiku-x86" => {
- inherit_from => [ "haiku-common", asm("x86_elf_asm") ],
+ inherit_from => [ "haiku-common" ],
CFLAGS => add(picker(release => "-fomit-frame-pointer")),
bn_ops => "BN_LLONG",
asm_arch => 'x86',