Convert to using elf32-tradbigmips and elf32-tradlittlemips as output
formats, now that the toolchain has been converted to using those.
This commit is contained in:
parent
99cb01f31a
commit
770d02eadf
|
@ -1,7 +1,7 @@
|
|||
/* $NetBSD: stand.ldscript,v 1.2 2001/12/04 17:56:36 wiz Exp $ */
|
||||
/* $NetBSD: stand.ldscript,v 1.3 2005/01/20 09:14:36 he Exp $ */
|
||||
|
||||
/* ldscript for NetBSD/mipsco standalone bootstraps */
|
||||
OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips", "elf32-littlemips")
|
||||
OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips", "elf32-tradlittlemips")
|
||||
OUTPUT_ARCH(mips)
|
||||
ENTRY(_start)
|
||||
SECTIONS
|
||||
|
|
Loading…
Reference in New Issue