* mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.

From-SVN: r34127
This commit is contained in:
Andreas Jaeger 2000-05-24 08:25:34 +02:00 committed by Jeff Law
parent b39d221a3f
commit 3c56b10550
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-05-24 Andreas Jaeger <aj@suse.de>
* mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
2000-05-24 Eric Christopher <echristo@cygnus.com>
* configure.in: Redefine inhibit_libc conditions.

View File

@ -526,7 +526,7 @@ extern void sbss_section PARAMS ((void));
#if TARGET_ENDIAN_DEFAULT == 0
#define LINKER_ENDIAN_SPEC "%{!EB:%{!meb:-EL}}"
#else
#define LINKER_ENDIAN_SPEC ""
#define LINKER_ENDIAN_SPEC "%{!EL:%{!mel:-EB}}"
#endif
#endif