Recognise fipscheck option and call fipsas for WIN64 builds.
This commit is contained in:
parent
be6ddecb8b
commit
01f06617b1
@ -1375,6 +1375,7 @@ sub read_options
|
||||
"fips" => \$fips,
|
||||
"fipscanisterbuild" => [\$fips, \$fipscanisterbuild],
|
||||
"fipscanisteronly" => [\$fips, \$fipscanisterbuild, \$fipscanisteronly],
|
||||
"fipscheck" => [\$fips, \$fipscanisterbuild, \$fipscanisteronly],
|
||||
);
|
||||
|
||||
if (exists $valid_options{$_})
|
||||
|
@ -64,6 +64,10 @@ if ($FLAVOR =~ /WIN64/)
|
||||
\$(TMP_D)$o$bname.asm: $source
|
||||
set ASM=\$(ASM)
|
||||
\$(PERL) $source \$\@
|
||||
___
|
||||
$ret .= "\t\$(PERL) util\\fipsas.pl . \$@ norunasm \$(CFLAG)\n" if $fipscanisterbuild;
|
||||
|
||||
$ret.=<<___;
|
||||
|
||||
$target: \$(TMP_D)$o$bname.asm
|
||||
\$(ASM) $afile\$\@ \$(TMP_D)$o$bname.asm
|
||||
|
Loading…
x
Reference in New Issue
Block a user