Add armelfb_nbsd linker emulation.
This commit is contained in:
parent
2a775954a9
commit
2b3592c48e
|
@ -3,9 +3,9 @@
|
|||
#
|
||||
G_DEFS=-DHAVE_CONFIG_H -I. -I${DIST}/ld -I.
|
||||
G_EMUL=armelf_nbsd
|
||||
G_EMULATION_OFILES=earmelf_nbsd.o earmnbsd.o
|
||||
G_EMULATION_OFILES=earmelf_nbsd.o earmelfb_nbsd.o earmnbsd.o
|
||||
G_INCLUDES=-D_GNU_SOURCE -I. -I${DIST}/ld -I../bfd -I${DIST}/ld/../bfd -I${DIST}/ld/../include -I${DIST}/ld/../intl -I../intl -g -O2 -DLOCALEDIR="\"/usr/local/share/locale\""
|
||||
G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o earmelf_nbsd.o earmnbsd.o
|
||||
G_OFILES=ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o earmelf_nbsd.o earmelfb_nbsd.o earmnbsd.o
|
||||
G_STRINGIFY=astring.sed
|
||||
G_TEXINFOS=ld.texinfo
|
||||
G_target_alias=arm--netbsdelf
|
||||
|
|
|
@ -3,9 +3,11 @@
|
|||
|
||||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
extern ld_emulation_xfer_type ld_armelf_nbsd_emulation;
|
||||
extern ld_emulation_xfer_type ld_armelfb_nbsd_emulation;
|
||||
extern ld_emulation_xfer_type ld_armnbsd_emulation;
|
||||
|
||||
#define EMULATION_LIST \
|
||||
&ld_armelf_nbsd_emulation, \
|
||||
&ld_armelfb_nbsd_emulation, \
|
||||
&ld_armnbsd_emulation, \
|
||||
0
|
||||
|
|
Loading…
Reference in New Issue