OSDN Git Service

* mips.h (LINKER_ENDIAN_SPEC): Pass -EL to linker by default.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 May 2000 06:25:34 +0000 (06:25 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 May 2000 06:25:34 +0000 (06:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34127 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/mips.h

index 8d011e1..7d37b3a 100644 (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.
index 6dd1a6e..1ff81cb 100644 (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