diff options
author | Richard Levitte <levitte@openssl.org> | 2019-06-16 23:01:10 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-06-17 16:08:53 +0200 |
commit | 30478c97837a026ba56718f98d490adf7bce2760 (patch) | |
tree | 10166f933851346d6f4fd6387394087843ce26a3 /Configurations/50-haiku.conf | |
parent | Move padlock_asm_src file information to build.info files (diff) | |
download | openssl-30478c97837a026ba56718f98d490adf7bce2760.tar.xz openssl-30478c97837a026ba56718f98d490adf7bce2760.zip |
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.conf | 2 |
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', |