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,
|
"fips" => \$fips,
|
||||||
"fipscanisterbuild" => [\$fips, \$fipscanisterbuild],
|
"fipscanisterbuild" => [\$fips, \$fipscanisterbuild],
|
||||||
"fipscanisteronly" => [\$fips, \$fipscanisterbuild, \$fipscanisteronly],
|
"fipscanisteronly" => [\$fips, \$fipscanisterbuild, \$fipscanisteronly],
|
||||||
|
"fipscheck" => [\$fips, \$fipscanisterbuild, \$fipscanisteronly],
|
||||||
);
|
);
|
||||||
|
|
||||||
if (exists $valid_options{$_})
|
if (exists $valid_options{$_})
|
||||||
|
@ -64,6 +64,10 @@ if ($FLAVOR =~ /WIN64/)
|
|||||||
\$(TMP_D)$o$bname.asm: $source
|
\$(TMP_D)$o$bname.asm: $source
|
||||||
set ASM=\$(ASM)
|
set ASM=\$(ASM)
|
||||||
\$(PERL) $source \$\@
|
\$(PERL) $source \$\@
|
||||||
|
___
|
||||||
|
$ret .= "\t\$(PERL) util\\fipsas.pl . \$@ norunasm \$(CFLAG)\n" if $fipscanisterbuild;
|
||||||
|
|
||||||
|
$ret.=<<___;
|
||||||
|
|
||||||
$target: \$(TMP_D)$o$bname.asm
|
$target: \$(TMP_D)$o$bname.asm
|
||||||
\$(ASM) $afile\$\@ \$(TMP_D)$o$bname.asm
|
\$(ASM) $afile\$\@ \$(TMP_D)$o$bname.asm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user