summaryrefslogtreecommitdiffstats
path: root/Configurations/50-masm.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-16 13:32:58 +0200
committerRichard Levitte <levitte@openssl.org>2019-06-17 16:08:52 +0200
commite6f98ae404344e4aff55c209dc0f91d76e69fb27 (patch)
treed8ed6f406c03ca6aeddbc4d3af9ad25a17efa60a /Configurations/50-masm.conf
parent989b2ad786ee43438bbb8b33f857ba0ce6e10082 (diff)
Configure: add mechanism to specify asm target architecture
As preparation for moving asm file specs to build.info files, we must make sure there is still some base information to help select the correct files. 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.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configurations/50-masm.conf b/Configurations/50-masm.conf
index ae7a9b7fc4..9120d53741 100644
--- a/Configurations/50-masm.conf
+++ b/Configurations/50-masm.conf
@@ -18,6 +18,7 @@ my %targets = (
bn_asm_src => sub { return undef unless @_;
my $r=join(" ",@_); $r=~s|asm/x86_64-gcc|bn_asm|; $r; },
uplink_arch => 'x86_64',
+ asm_arch => 'x86_64',
perlasm_scheme => "masm",
},
);