aboutsummaryrefslogtreecommitdiffstats
path: root/util/pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-08 13:55:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-08 13:55:47 +0000
commite4588dc486b947cf243b64ceab31acb637d40233 (patch)
tree63578adefcf9afc91981b58177b26865641b8ff7 /util/pl
parentd98360392ae13211103d48b383906df359788f61 (diff)
downloadopenssl-e4588dc486b947cf243b64ceab31acb637d40233.tar.gz
Add /fixed option to linker with fips builds.
Diffstat (limited to 'util/pl')
-rw-r--r--util/pl/VC-32.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index 6918e8898d..a665b562e1 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -162,6 +162,8 @@ $app_cflag.=" /Zi /Fd\$(TMP_D)/app";
$lib_cflag.=" /Zi /Fd\$(TMP_D)/lib";
$lflags.=" /debug";
+$lflags.=" /fixed" if $fips;
+
$obj='.obj';
$asm_suffix='.asm';
$ofile="/Fo";