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>
This commit is contained in:
Richard Levitte 2016-01-17 17:48:53 +01:00
parent a717c110d2
commit 3f54296955
2 changed files with 2 additions and 1 deletions

View File

@ -1221,7 +1221,7 @@
},
#### Cygwin
"Cygwin-i686" => {
"Cygwin-x86" => {
inherit_from => [ asm("x86_asm") ],
cc => "gcc",
cflags => "-DTERMIOS -DL_ENDIAN -Wall",

1
config
View File

@ -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" ;;