mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
sky.ld: Remove big endian stuff in OUTPUT_FORMAT
This commit is contained in:
parent
2b5d87dfa4
commit
a77734aa1e
@ -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"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user