diff options
author | Richard Levitte <levitte@openssl.org> | 2016-01-17 17:48:53 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-01-18 16:16:00 +0100 |
commit | 3f54296955abe1c997e6a9ecdfebc74fe2b1ffed (patch) | |
tree | 9da70f053dc40a81e00aa3c3763c046e9394b325 /config | |
parent | Fix configuration system to support different architectures on Cygwin. (diff) | |
download | openssl-3f54296955abe1c997e6a9ecdfebc74fe2b1ffed.tar.xz openssl-3f54296955abe1c997e6a9ecdfebc74fe2b1ffed.zip |
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>
Diffstat (limited to 'config')
-rwxr-xr-x | config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" ;; |