Cygwin: drop 32 bit target from linker script
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
f25e61dfea
commit
cb4b49470f
|
@ -2,9 +2,7 @@
|
||||||
OUTPUT_FORMAT(pei-x86-64)
|
OUTPUT_FORMAT(pei-x86-64)
|
||||||
SEARCH_DIR("/usr/x86_64-pc-cygwin/lib/w32api"); SEARCH_DIR("=/usr/lib/w32api");
|
SEARCH_DIR("/usr/x86_64-pc-cygwin/lib/w32api"); SEARCH_DIR("=/usr/lib/w32api");
|
||||||
#else
|
#else
|
||||||
#undef i386
|
#error unimplemented for this target
|
||||||
OUTPUT_FORMAT(pei-i386)
|
|
||||||
SEARCH_DIR("/usr/i686-pc-cygwin/lib/w32api"); SEARCH_DIR("=/usr/lib/w32api");
|
|
||||||
#endif
|
#endif
|
||||||
#define __CONCAT1(a,b) a##b
|
#define __CONCAT1(a,b) a##b
|
||||||
#define __CONCAT(a,b) __CONCAT1(a,b)
|
#define __CONCAT(a,b) __CONCAT1(a,b)
|
||||||
|
|
Loading…
Reference in New Issue