From: Ian Lance Taylor Date: Thu, 16 Jun 1994 19:11:03 +0000 (+0000) Subject: * configure.in: If EMUL_EXTRA* is defined in a config file, treat X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d1ffb2fe326d870304d4ca94828ab63fd1f01f5;p=binutils-gdb.git * configure.in: If EMUL_EXTRA* is defined in a config file, treat it as naming an emulation to be added to EMULATION_OFILES. * config/i386-linux.mt (EMUL_EXTRA1): Define as elf_i386. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index a4d058baff5..6e7c2afe38c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -7,6 +7,10 @@ Thu Jun 16 14:25:22 1994 Eric Youngdale (ericy@cais.cais.com) Thu Jun 16 12:22:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * configure.in: If EMUL_EXTRA* is defined in a config file, treat + it as naming an emulation to be added to EMULATION_OFILES. + * config/i386-linux.mt (EMUL_EXTRA1): Define as elf_i386. + * Makefile.in: Rebuilt dependencies. (ALL_EMULATIONS): Add ei386linux.o, eelf32_sparc.o, eelf64_sparc.o. Remove $(OTHER_EMULATIONS). diff --git a/ld/config/i386-linux.mt b/ld/config/i386-linux.mt index 8603c234465..16d623b7834 100644 --- a/ld/config/i386-linux.mt +++ b/ld/config/i386-linux.mt @@ -1 +1,2 @@ EMUL=i386linux +EMUL_EXTRA1=elf_i386