summaryrefslogtreecommitdiffstats
path: root/Configurations/50-masm.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-masm.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-masm.conf')
-rw-r--r--Configurations/50-masm.conf2
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",