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-masm.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-masm.conf')
-rw-r--r-- | Configurations/50-masm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/50-masm.conf b/Configurations/50-masm.conf index 3ef38e5a73..587a1e70e8 100644 --- a/Configurations/50-masm.conf +++ b/Configurations/50-masm.conf @@ -9,7 +9,7 @@ my %targets = ( "VC-WIN64A-masm" => { - inherit_from => [ "VC-WIN64-common", asm("x86_64_asm") ], + inherit_from => [ "VC-WIN64-common" ], AS => "ml64", ASFLAGS => "/nologo /Zi", asoutflag => "/Fo", |