aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorMark Eichin <eichin@cygnus>1993-07-19 15:00:19 +0000
committerMark Eichin <eichin@cygnus>1993-07-19 15:00:19 +0000
commitc4161ca8c24af8108d7aa965b35fd5a6f2f73663 (patch)
tree96168498f50fae622bf499e79aa14dfdbbde4763 /ld
parent783fec2af9841105df72bf3b14786b2a6ca2f9d9 (diff)
downloadgdb-c4161ca8c24af8108d7aa965b35fd5a6f2f73663.zip
gdb-c4161ca8c24af8108d7aa965b35fd5a6f2f73663.tar.gz
gdb-c4161ca8c24af8108d7aa965b35fd5a6f2f73663.tar.bz2
more linux support bits
Diffstat (limited to 'ld')
-rw-r--r--ld/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index fabf9e4..16c9705 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_go32.o \
+ALL_EMULATIONS=em_lnk960.o em_sun3.o em_i386aout.o em_i386linux.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 \
@@ -242,6 +242,9 @@ em_hppaosf.c: $(srcdir)/emulparams/hppaosf.sh \
em_i386aout.c: $(srcdir)/emulparams/i386aout.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
${GENSCRIPTS} i386aout.sh
+em_i386linux.c: $(srcdir)/emulparams/i386linux.sh \
+ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} i386linux.sh
em_ebmon29k.c: $(srcdir)/emulparams/ebmon29k.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/ebmon29k.sc ${GEN_DEPENDS}
${GENSCRIPTS} ebmon29k.sh