Adjust the configuration target name from Cygwin-i686 to Cygwin-x86
authorRichard Levitte <levitte@openssl.org>
Sun, 17 Jan 2016 16:48:53 +0000 (17:48 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 18 Jan 2016 15:16:00 +0000 (16:16 +0100)
This is to reflect that it's not limited to just i686.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/10-main.conf
config

index b1528c1cafaf73e7dbae13b2d6ba4904d9bfdaa6..479bc587fa8a6eb08c88422e93b77f33381d0c03 100644 (file)
     },
 
 #### Cygwin
-    "Cygwin-i686" => {
+    "Cygwin-x86" => {
         inherit_from     => [ asm("x86_asm") ],
         cc               => "gcc",
         cflags           => "-DTERMIOS -DL_ENDIAN -Wall",
diff --git a/config b/config
index 6f8ee91bb1fff5212aa29854e83c3834c48c0256..2b3b6d8dc9303d474a73eeb7f458280052dffe15 100755 (executable)
--- 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" ;;