summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-17 17:48:53 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-18 16:16:00 +0100
commit3f54296955abe1c997e6a9ecdfebc74fe2b1ffed (patch)
tree9da70f053dc40a81e00aa3c3763c046e9394b325
parenta717c110d25e3e3e197f6b8a9228f2601ca9c9af (diff)
downloadopenssl-new-3f54296955abe1c997e6a9ecdfebc74fe2b1ffed.tar.gz
Adjust the configuration target name from Cygwin-i686 to Cygwin-x86
This is to reflect that it's not limited to just i686. Reviewed-by: Rich Salz <rsalz@openssl.org>
-rw-r--r--Configurations/10-main.conf2
-rwxr-xr-xconfig1
2 files changed, 2 insertions, 1 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index b1528c1caf..479bc587fa 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1221,7 +1221,7 @@
},
#### Cygwin
- "Cygwin-i686" => {
+ "Cygwin-x86" => {
inherit_from => [ asm("x86_asm") ],
cc => "gcc",
cflags => "-DTERMIOS -DL_ENDIAN -Wall",
diff --git a/config b/config
index 6f8ee91bb1..2b3b6d8dc9 100755
--- a/config
+++ b/config
@@ -806,6 +806,7 @@ case "$GUESSOS" in
fi
;;
# these are all covered by the catchall below
+ i[3456]86-*-cygwin) OUT="Cygwin-x86" ;;
*-*-cygwin) OUT="Cygwin-${MACHINE}" ;;
x86pc-*-qnx6) OUT="QNX6-i386" ;;
*-*-qnx6) OUT="QNX6" ;;