disable em_i386linux.o until emulparams/i386linux.sh is checked in

This commit is contained in:
Ken Raeburn 1993-07-20 16:31:47 +00:00
parent b70cb81eb5
commit 0750b974c0
2 changed files with 8 additions and 1 deletions

View file

@ -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.

View file

@ -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 \