Commit 3c56b105 by Andreas Jaeger Committed by Jeff Law

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

From-SVN: r34127
parent b39d221a
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment