Add -nbsd to OUTPUT_FORMAT BFD names.
This commit is contained in:
parent
5269e780e1
commit
f34ab7f99f
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: ldscript.iq80310,v 1.1 2002/03/03 21:22:15 thorpej Exp $ */
|
||||
/* $NetBSD: ldscript.iq80310,v 1.2 2002/04/01 20:33:37 thorpej Exp $ */
|
||||
|
||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
|
||||
"elf32-littlearm")
|
||||
OUTPUT_FORMAT("elf32-littlearm-nbsd", "elf32-bigarm-nbsd",
|
||||
"elf32-littlearm-nbsd")
|
||||
OUTPUT_ARCH(arm)
|
||||
ENTRY(KERNEL_BASE_phys)
|
||||
SECTIONS
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* $NetBSD: ldscript.iq80321,v 1.1 2002/03/27 21:51:29 thorpej Exp $ */
|
||||
/* $NetBSD: ldscript.iq80321,v 1.2 2002/04/01 20:33:37 thorpej Exp $ */
|
||||
|
||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
|
||||
"elf32-littlearm")
|
||||
OUTPUT_FORMAT("elf32-littlearm-nbsd", "elf32-bigarm-nbsd",
|
||||
"elf32-littlearm-nbsd")
|
||||
OUTPUT_ARCH(arm)
|
||||
ENTRY(KERNEL_BASE_phys)
|
||||
SECTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user