]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: drop 32 bit target from linker script
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 14 Jul 2022 10:33:21 +0000 (12:33 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 14 Jul 2022 10:33:21 +0000 (12:33 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/cygwin.sc.in

index 293d2ab2542499cf147676565e0c5d6cee3f58d6..742f599e02324755a02eca8aa93f115af3d618d1 100644 (file)
@@ -2,9 +2,7 @@
 OUTPUT_FORMAT(pei-x86-64)
 SEARCH_DIR("/usr/x86_64-pc-cygwin/lib/w32api"); SEARCH_DIR("=/usr/lib/w32api");
 #else
-#undef i386
-OUTPUT_FORMAT(pei-i386)
-SEARCH_DIR("/usr/i686-pc-cygwin/lib/w32api"); SEARCH_DIR("=/usr/lib/w32api");
+#error unimplemented for this target
 #endif
 #define __CONCAT1(a,b) a##b
 #define __CONCAT(a,b) __CONCAT1(a,b)
This page took 0.034064 seconds and 5 git commands to generate.