sky.ld: Remove big endian stuff in OUTPUT_FORMAT
authorJames Lemke <jlemke@cygnus>
Tue, 9 Jun 1998 15:55:49 +0000 (15:55 +0000)
committerJames Lemke <jlemke@cygnus>
Tue, 9 Jun 1998 15:55:49 +0000 (15:55 +0000)
sim/testsuite/sky/ChangeLog
sim/testsuite/sky/sky.ld

index e887c2f..de401d2 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun 9 11:52:23 1998 Jim Lemke <jlemke@cygnus.com>
+
+       * sky.ld: Remove big endian stuff in OUTPUT_FORMAT
+
 Wed May 20 18:10:28 1998 Jillian Ye <jillian@cygnus.com>
 
        * c_gen.pl: Added subroutine "print_comment"
index 097b75c..4b82f62 100644 (file)
@@ -8,7 +8,7 @@
 
 ENTRY(_start)
 OUTPUT_ARCH("mips:5900")
-OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips", "elf32-littlemips")
+OUTPUT_FORMAT("elf32-littlemips")
 GROUP(-lc -lidt -lgcc)
 SEARCH_DIR(.)
 __DYNAMIC  =  0;