aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations/10-main.conf
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-03-23 20:33:29 +0100
committerAndy Polyakov <appro@openssl.org>2016-03-29 09:48:25 +0200
commit6ddb62a575a31940785fdf3db8a24ca6006e5d2a (patch)
treee44ad033f4bd63b72175dcf4fb65ff99496afb86 /Configurations/10-main.conf
parentc5c7700c9a1c1daae33329fab71d3eed5955d5d8 (diff)
downloadopenssl-6ddb62a575a31940785fdf3db8a24ca6006e5d2a.tar.gz
Build system: VC-WIN64I fixups.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configurations/10-main.conf')
-rw-r--r--Configurations/10-main.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 0ce9231e67..737ae85e77 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1274,8 +1274,10 @@ sub vc_wince_info {
asflags => "-d debug",
asoutflag => "-o",
sys_id => "WIN64I",
- bn_asm_src => sub { my $r=join(" ",@_); $r=~s|bn-ia64.s|bn_asm.c|; $r; },
+ bn_asm_src => sub { return undef unless @_;
+ my $r=join(" ",@_); $r=~s|bn-ia64.s|bn_asm.c|; $r; },
perlasm_scheme => "ias",
+ multilib => "-ia64",
},
"VC-WIN64A" => {
inherit_from => [ "VC-WIN64-common", asm("x86_64_asm"),
@@ -1287,6 +1289,7 @@ sub vc_wince_info {
bn_asm_src => sub { return undef unless @_;
my $r=join(" ",@_); $r=~s|asm/x86_64-gcc|bn_asm|; $r; },
perlasm_scheme => "auto",
+ multilib => "-x64",
},
"VC-WIN32" => {
# x86 Win32 target defaults to ANSI API, if you want UNICODE,