aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1993-10-29 02:39:07 +0000
committerStan Shebs <shebs@codesourcery.com>1993-10-29 02:39:07 +0000
commit7b95fe96efc9025196f6901bc43b3261c16b8081 (patch)
tree59f303d9c7b2bf3a237db9f2f2561565c36a881b /ld/Makefile.in
parent20f951757e0be7a93b5bc58143472533472c5ede (diff)
downloadgdb-7b95fe96efc9025196f6901bc43b3261c16b8081.zip
gdb-7b95fe96efc9025196f6901bc43b3261c16b8081.tar.gz
gdb-7b95fe96efc9025196f6901bc43b3261c16b8081.tar.bz2
Sparc Lynx support
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index b8489b0..3eadf75 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -172,6 +172,7 @@ ALL_EMULATIONS=em_lnk960.o em_sun3.o em_i386aout.o em_go32.o \
em_vanilla.o em_i386coff.o em_z8ksim.o em_mipslit.o em_i386bsd.o \
em_mipsbig.o em_mipsbsd.o em_mipsidt.o em_vax.o em_h8500.o \
em_hppaosf.o em_mipsidtl.o em_sh.o em_elf_i386.o em_alpha.o \
+ em_i386lynx.o em_m68klynx.o em_sparclynx.o \
$(OTHER_EMULATIONS)
# This is now set by configure.in.
@@ -331,6 +332,9 @@ em_i386coff.c: $(srcdir)/emulparams/i386coff.sh \
em_i386lynx.c: $(srcdir)/emulparams/i386lynx.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i386coff.sc ${GEN_DEPENDS}
${GENSCRIPTS} i386lynx
+em_sparclynx.c: $(srcdir)/emulparams/sparclynx.sh \
+ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} sparclynx
em_mipslit.c: $(srcdir)/emulparams/mipslit.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/mips.sc ${GEN_DEPENDS}
${GENSCRIPTS} mipslit