mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-16 02:07:38 +08:00
sky.ld: Remove big endian stuff in OUTPUT_FORMAT
This commit is contained in:
@ -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>
|
Wed May 20 18:10:28 1998 Jillian Ye <jillian@cygnus.com>
|
||||||
|
|
||||||
* c_gen.pl: Added subroutine "print_comment"
|
* c_gen.pl: Added subroutine "print_comment"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
ENTRY(_start)
|
ENTRY(_start)
|
||||||
OUTPUT_ARCH("mips:5900")
|
OUTPUT_ARCH("mips:5900")
|
||||||
OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips", "elf32-littlemips")
|
OUTPUT_FORMAT("elf32-littlemips")
|
||||||
GROUP(-lc -lidt -lgcc)
|
GROUP(-lc -lidt -lgcc)
|
||||||
SEARCH_DIR(.)
|
SEARCH_DIR(.)
|
||||||
__DYNAMIC = 0;
|
__DYNAMIC = 0;
|
||||||
|
Reference in New Issue
Block a user