summaryrefslogtreecommitdiffstats
path: root/Configurations/50-masm.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-16 12:37:21 +0200
committerRichard Levitte <levitte@openssl.org>2019-06-17 16:08:52 +0200
commitb19fe714e9d4c50dcb33259346f06d3924b337b7 (patch)
tree36810ed3f2240d61cd2ebff6d3367da9290b8772 /Configurations/50-masm.conf
parent0ee7b9fe7f9afadcf566d740e01043faeaa9476e (diff)
Configure: add mechanism to specify uplink target architecture
As preparation for moving uplink 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 2c55dddc2a..345a2402ef 100644
--- a/Configurations/50-masm.conf
+++ b/Configurations/50-masm.conf
@@ -18,6 +18,7 @@ my %targets = (
sys_id => "WIN64A",
bn_asm_src => sub { return undef unless @_;
my $r=join(" ",@_); $r=~s|asm/x86_64-gcc|bn_asm|; $r; },
+ uplink_arch => 'x86_64',
perlasm_scheme => "masm",
},
);