]> git.ipfire.org Git - thirdparty/openssl.git/blame - Configurations/50-masm.conf
sslapitest.c: With fips skip tests depending on X25519 and X448
[thirdparty/openssl.git] / Configurations / 50-masm.conf
CommitLineData
38c5674d
AP
1# We can't make commitment to supporting Microsoft assembler,
2# because it would mean supporting all masm versions. This in
3# in turn is because masm is not really an interchangeable option,
4# while users tend to have reasons to stick with specific Visual
5# Studio versions. It's usually lesser hassle to make it work
6# with latest assembler, but tweaking for older versions had
7# proven to be daunting task. This is experimental target, for
8# production builds stick with [up-to-date version of] nasm.
9
3b6c4b07 10my %targets = (
38c5674d 11 "VC-WIN64A-masm" => {
30478c97 12 inherit_from => [ "VC-WIN64-common" ],
abe256e7
RL
13 AS => "ml64",
14 ASFLAGS => "/nologo /Zi",
3acfc40a 15 asoutflag => "/Fo",
abe256e7 16 asflags => "/c /Cp /Cx",
fe9aa764 17 sys_id => "WIN64A",
b19fe714 18 uplink_arch => 'x86_64',
e6f98ae4 19 asm_arch => 'x86_64',
fe9aa764 20 perlasm_scheme => "masm",
38c5674d
AP
21 },
22);