projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a62135
)
Recognise mingw64 in config script
author
Richard Levitte
<levitte@openssl.org>
Mon, 13 Mar 2017 08:09:43 +0000
(09:09 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 13 Mar 2017 09:43:07 +0000
(10:43 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2914)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index bba370c4f3f1cb34cb2a5832341d37517b610397..4781bf56450287f1872b56d88b1a70423ac7dd4c 100755
(executable)
--- a/
config
+++ b/
config
@@
-848,6
+848,8
@@
case "$GUESSOS" in
options="$options no-asm"
fi
;;
+ i[3456]86-*-mingw) OUT="mingw" ;;
+ x86_64-*-mingw) OUT="mingw64" ;;
# these are all covered by the catchall below
# *-dgux) OUT="dgux" ;;
mips-sony-newsos4) OUT="newsos4-gcc" ;;