Adjust the configuration target name from Cygwin-i686 to Cygwin-x86
[openssl.git] / Configurations / 10-main.conf
index 2f5313e2c7b29b88a80156e153804f9cabe8ce44..479bc587fa8a6eb08c88422e93b77f33381d0c03 100644 (file)
     },
 
 #### Cygwin
-    "Cygwin" => {
+    "Cygwin-x86" => {
         inherit_from     => [ asm("x86_asm") ],
         cc               => "gcc",
-        cflags           => "-DTERMIOS -DL_ENDIAN -march=i486 -Wall",
+        cflags           => "-DTERMIOS -DL_ENDIAN -Wall",
         debug_cflags     => "-g -O0",
         release_cflags   => "-O3 -fomit-frame-pointer",
         sys_id           => "CYGWIN",