sky.ld: Remove big endian stuff in OUTPUT_FORMAT

This commit is contained in:
James Lemke 1998-06-09 15:55:49 +00:00
parent 2b5d87dfa4
commit a77734aa1e
2 changed files with 5 additions and 1 deletions

View 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"

View 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;