aboutsummaryrefslogtreecommitdiff
path: root/openssl/vendor/current/util/pl/Mingw32.pl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/vendor/current/util/pl/Mingw32.pl')
-rw-r--r--openssl/vendor/current/util/pl/Mingw32.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/openssl/vendor/current/util/pl/Mingw32.pl b/openssl/vendor/current/util/pl/Mingw32.pl
index b76b7afd..8f0483fb 100644
--- a/openssl/vendor/current/util/pl/Mingw32.pl
+++ b/openssl/vendor/current/util/pl/Mingw32.pl
@@ -19,7 +19,7 @@ $cc='gcc';
if ($debug)
{ $cflags="-DL_ENDIAN -DDSO_WIN32 -g2 -ggdb"; }
else
- { $cflags="-DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer -O3 -mcpu=i486 -Wall"; }
+ { $cflags="-DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer -O3 -march=i486 -Wall"; }
if ($gaswin and !$no_asm)
{
@@ -43,6 +43,8 @@ if ($gaswin and !$no_asm)
$rmd160_asm_src='crypto/ripemd/asm/rm-win32.s';
$sha1_asm_obj='$(OBJ_D)\s1-win32.o';
$sha1_asm_src='crypto/sha/asm/s1-win32.s';
+ $cpuid_asm_obj='$(OBJ_D)\cpu-win32.o';
+ $cpuid_asm_src='crypto/cpu-win32.s';
$cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS";
}