From: Ken Raeburn Date: Tue, 20 Jul 1993 16:31:47 +0000 (+0000) Subject: disable em_i386linux.o until emulparams/i386linux.sh is checked in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0750b974c01006b8e78328b5a2ac7fefb529ae0f;p=binutils-gdb.git disable em_i386linux.o until emulparams/i386linux.sh is checked in --- diff --git a/ld/ChangeLog b/ld/ChangeLog index f072f8e0423..67bff66fb41 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Tue Jul 20 12:01:49 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * Makefile.in (ALL_EMULATIONS): Delete em_i386linux.o (for which + there's no change log entry yet, tsk tsk) from the list of + emulations compiled in until Mark gets around to checking in + emulparams/i386linux.sh. + Fri Jul 16 14:14:32 1993 Ian Lance Taylor (ian@cygnus.com) * ldgram.y (OPTION_Lfile): New token. diff --git a/ld/Makefile.in b/ld/Makefile.in index 16c9705995d..61784efa472 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -133,7 +133,7 @@ LD_PROG = ld.new BFDLIB=./../bfd/libbfd.a LIBIBERTY=./../libiberty/libiberty.a -ALL_EMULATIONS=em_lnk960.o em_sun3.o em_i386aout.o em_i386linux.o em_go32.o \ +ALL_EMULATIONS=em_lnk960.o em_sun3.o em_i386aout.o em_go32.o \ em_m88kbcs.o em_a29k.o em_news.o em_hp300bsd.o em_hp3hpux.o \ em_h8300.o em_h8300h.o em_ebmon29k.o em_sun4.o em_gld960.o \ em_m68kcoff.o em_st2000.o em_sa29200.o \