summaryrefslogtreecommitdiff
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorulf <ulf>2000-02-28 19:16:15 +0000
committerulf <ulf>2000-02-28 19:16:15 +0000
commit93864f49177145ba6b6309764d46f91766636bab (patch)
tree5b6ac652401d10943ff03d78c5e93de0be44a7e0 /util/mk1mf.pl
parent6889fe6e3bd1eefbad72fd55f525383d6f0a8c00 (diff)
downloadopenssl-93864f49177145ba6b6309764d46f91766636bab.tar.gz
Support assembler for Mingw32.
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 6fbf3ceca..bbeb7b62f 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -59,6 +59,7 @@ and [options] can be one of
just-ssl - remove all non-ssl keys/digest
no-asm - No x86 asm
nasm - Use NASM for x86 asm
+ gaswin - Use GNU as with Mingw32
no-socks - No socket code
no-err - No error strings
dll/shlib - Build shared libraries (MS)
@@ -850,6 +851,7 @@ sub read_options
elsif (/^no-hmac$/) { $no_hmac=1; }
elsif (/^no-asm$/) { $no_asm=1; }
elsif (/^nasm$/) { $nasm=1; }
+ elsif (/^gaswin$/) { $gaswin=1; }
elsif (/^no-ssl2$/) { $no_ssl2=1; }
elsif (/^no-ssl3$/) { $no_ssl3=1; }
elsif (/^no-err$/) { $no_err=1; }