Regen.
This commit is contained in:
parent
98c96dbb1e
commit
191a6b609d
@ -3,9 +3,9 @@
|
||||
#
|
||||
G_DEFS=-DHAVE_CONFIG_H -I. -I${GNUHOSTDIST}/ld -I.
|
||||
G_EMUL=elf32bmip
|
||||
G_EMULATION_OFILES=eelf32bmip.o eelf32lmip.o
|
||||
G_EMULATION_OFILES=eelf32bmip.o eelf32lmip.o eelf64bmip.o
|
||||
G_INCLUDES=-D_GNU_SOURCE -I. -I${GNUHOSTDIST}/ld -I../bfd -I${GNUHOSTDIST}/ld/../bfd -I${GNUHOSTDIST}/ld/../include -I${GNUHOSTDIST}/ld/../intl -I../intl -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 eelf32bmip.o eelf32lmip.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 eelf32bmip.o eelf32lmip.o eelf64bmip.o
|
||||
G_STRINGIFY=astring.sed
|
||||
G_TEXINFOS=ld.texinfo
|
||||
G_target_alias=mipseb--netbsd
|
||||
|
@ -4,8 +4,10 @@
|
||||
/* This file is automatically generated. DO NOT EDIT! */
|
||||
extern ld_emulation_xfer_type ld_elf32bmip_emulation;
|
||||
extern ld_emulation_xfer_type ld_elf32lmip_emulation;
|
||||
extern ld_emulation_xfer_type ld_elf64bmip_emulation;
|
||||
|
||||
#define EMULATION_LIST \
|
||||
&ld_elf32bmip_emulation, \
|
||||
&ld_elf32lmip_emulation, \
|
||||
&ld_elf64bmip_emulation, \
|
||||
0
|
||||
|
Loading…
Reference in New Issue
Block a user