mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-03 13:40:06 +08:00
* mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
From-SVN: r34127
This commit is contained in:
parent
b39d221a3f
commit
3c56b10550
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user