Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-07-14 13:33:21 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-07-14 13:33:21 +0300
commitcb4b49470f094083ef2cdd3eb8c2a993193dcee9 (patch)
tree26523da63d8e2e621f5c0ae5f22556659123e579 /winsup/cygwin/cygwin.sc.in
parentf25e61dfea7ecd9de435cb6b09407c6fe8951983 (diff)
Cygwin: drop 32 bit target from linker script
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/cygwin.sc.in')
-rw-r--r--winsup/cygwin/cygwin.sc.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/winsup/cygwin/cygwin.sc.in b/winsup/cygwin/cygwin.sc.in
index 293d2ab25..742f599e0 100644
--- a/winsup/cygwin/cygwin.sc.in
+++ b/winsup/cygwin/cygwin.sc.in
@@ -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)