X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configurations%2F50-masm.conf;h=9120d537411b011ad9c199ba7a576fbffd11cbce;hp=84cf2f12e85a92b2bc9a4950fcccd98388666f31;hb=e6f98ae404344e4aff55c209dc0f91d76e69fb27;hpb=fe9aa7642c85190c1ec21b2965ce7308a667f19e diff --git a/Configurations/50-masm.conf b/Configurations/50-masm.conf index 84cf2f12e8..9120d53741 100644 --- a/Configurations/50-masm.conf +++ b/Configurations/50-masm.conf @@ -7,16 +7,18 @@ # proven to be daunting task. This is experimental target, for # production builds stick with [up-to-date version of] nasm. -%targets = ( +my %targets = ( "VC-WIN64A-masm" => { - inherit_from => [ "VC-WIN64-common", asm("x86_64_asm"), - sub { $disabled{shared} ? () : "x86_64_uplink" } ], - as => "ml64", - asflags => "/c /Cp /Cx /Zi", + inherit_from => [ "VC-WIN64-common", asm("x86_64_asm") ], + AS => "ml64", + ASFLAGS => "/nologo /Zi", asoutflag => "/Fo", + asflags => "/c /Cp /Cx", 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', + asm_arch => 'x86_64', perlasm_scheme => "masm", }, );