mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-06 14:39:40 +00:00
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:
parent
a717c110d2
commit
3f54296955
@ -1221,7 +1221,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
#### Cygwin
|
#### Cygwin
|
||||||
"Cygwin-i686" => {
|
"Cygwin-x86" => {
|
||||||
inherit_from => [ asm("x86_asm") ],
|
inherit_from => [ asm("x86_asm") ],
|
||||||
cc => "gcc",
|
cc => "gcc",
|
||||||
cflags => "-DTERMIOS -DL_ENDIAN -Wall",
|
cflags => "-DTERMIOS -DL_ENDIAN -Wall",
|
||||||
|
1
config
1
config
@ -806,6 +806,7 @@ case "$GUESSOS" in
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
# these are all covered by the catchall below
|
# these are all covered by the catchall below
|
||||||
|
i[3456]86-*-cygwin) OUT="Cygwin-x86" ;;
|
||||||
*-*-cygwin) OUT="Cygwin-${MACHINE}" ;;
|
*-*-cygwin) OUT="Cygwin-${MACHINE}" ;;
|
||||||
x86pc-*-qnx6) OUT="QNX6-i386" ;;
|
x86pc-*-qnx6) OUT="QNX6-i386" ;;
|
||||||
*-*-qnx6) OUT="QNX6" ;;
|
*-*-qnx6) OUT="QNX6" ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user