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:
6c88c71
)
Recognise Cygwin-x86_64 in config
author
Richard Levitte
<levitte@openssl.org>
Mon, 22 Feb 2016 10:02:03 +0000
(11:02 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 22 Feb 2016 14:44:10 +0000
(15:44 +0100)
In response to RT#4326
Reviewed-by: Rich Salz <rsalz@openssl.org>
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 77f730f093e61b3b36725da36c375df41c025af4..bba370c4f3f1cb34cb2a5832341d37517b610397 100755
(executable)
--- a/
config
+++ b/
config
@@
-852,7
+852,8
@@
case "$GUESSOS" in
# *-dgux) OUT="dgux" ;;
mips-sony-newsos4) OUT="newsos4-gcc" ;;
*-*-cygwin_pre1.3) OUT="Cygwin-pre1.3" ;;
- *-*-cygwin) OUT="Cygwin" ;;
+ i[3456]86-*-cygwin) OUT="Cygwin" ;;
+ *-*-cygwin) OUT="Cygwin-${MACHINE}" ;;
t3e-cray-unicosmk) OUT="cray-t3e" ;;
j90-cray-unicos) OUT="cray-j90" ;;
nsr-tandem-nsk) OUT="tandem-c89" ;;