diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-11 15:04:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-11 15:04:49 +0000 |
commit | 57aa2887e894914bdc007d3b2c2cffc2874d25f4 (patch) | |
tree | c3267e3a6aa31e2b6e1d6b43d64bb341b02da8d3 /ld/Makefile.in | |
parent | b088e4b229f23e28bceb74e0adb11b5d8d4818cf (diff) | |
download | gdb-57aa2887e894914bdc007d3b2c2cffc2874d25f4.zip gdb-57aa2887e894914bdc007d3b2c2cffc2874d25f4.tar.gz gdb-57aa2887e894914bdc007d3b2c2cffc2874d25f4.tar.bz2 |
Revert Linux directory searching: it turns out that Linux no longer
uses it.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 07842ce..3289af9 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -202,8 +202,7 @@ ALL_EMULATIONS = ea29k.o ealpha.o earmaoutl.o earmaoutb.o \ emipsidt.o emipsidtl.o emipslit.o enews.o ens32knbsd.o eppcnw.o \ eriscix.o esa29200.o eshl.o esh.o esparclynx.o esparcnbsd.o \ est2000.o esun3.o esun4.o evanilla.o evax.o evsta.o \ - ez8001.o ez8002.o ei386pe.o earmpe.o eelf32vr4300.o \ - eelf32vr4300el.o ei386lelf.o + ez8001.o ez8002.o ei386pe.o earmpe.o eelf32vr4300.o eelf32vr4300el.o CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \ @@ -442,9 +441,6 @@ em68kaout.c: $(srcdir)/emulparams/m68kaout.sh \ ei386linux.c: $(srcdir)/emulparams/i386linux.sh \ $(srcdir)/emultempl/linux.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} i386linux -ei386lelf.c: $(srcdir)/emulparams/i386lelf.sh \ - $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} - ${GENSCRIPTS} i386lelf eelf32_sparc.c: $(srcdir)/emulparams/elf32_sparc.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32_sparc |