diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-07-20 16:31:47 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-07-20 16:31:47 +0000 |
commit | 0750b974c01006b8e78328b5a2ac7fefb529ae0f (patch) | |
tree | 4836c14f6699c1f4996a1a9ee0d90781f1dadd70 /ld/Makefile.in | |
parent | b70cb81eb54ec2f5c0a0047014cdf07fe1be3b72 (diff) | |
download | gdb-0750b974c01006b8e78328b5a2ac7fefb529ae0f.zip gdb-0750b974c01006b8e78328b5a2ac7fefb529ae0f.tar.gz gdb-0750b974c01006b8e78328b5a2ac7fefb529ae0f.tar.bz2 |
disable em_i386linux.o until emulparams/i386linux.sh is checked in
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 16c9705..61784ef 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 \ |