Let the linker pick the right output format automatically
This commit is contained in:
parent
e74d5a078a
commit
afaad31a1b
@ -30,16 +30,9 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips",
|
||||
"elf32-tradlittlemips")
|
||||
|
||||
OUTPUT_ARCH(mips)
|
||||
ENTRY(_start)
|
||||
SEARCH_DIR(/usr/lib);
|
||||
/* Do we need any of these for elf?
|
||||
__DYNAMIC = 0;
|
||||
PROVIDE (_DYNAMIC = 0);
|
||||
*/
|
||||
SECTIONS
|
||||
{
|
||||
/* Read-only sections, merged into text segment: */
|
||||
|
Loading…
x
Reference in New Issue
Block a user