diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-02-26 03:38:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-02-26 03:38:18 +0000 |
commit | 8d75d12d1b003c59e1500c14fcf4dea559d6380f (patch) | |
tree | 58d0392d579f11b96616c6758f59ae44af32e21f /ld/Makefile.in | |
parent | 9a1cab10a4a2f1b251758e6c59547d1eb4782baf (diff) | |
download | gdb-8d75d12d1b003c59e1500c14fcf4dea559d6380f.zip gdb-8d75d12d1b003c59e1500c14fcf4dea559d6380f.tar.gz gdb-8d75d12d1b003c59e1500c14fcf4dea559d6380f.tar.bz2 |
* Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
(ALL_64_EMULATIONS): Remove eelf64hppa.o.
(eelf64hppa.c, ehppaelf.c): Remove targets.
* Makefile.in: Rebuild.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 6a9439a..53e522a 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -252,7 +252,6 @@ ALL_EMULATIONS = \ eh8500s.o \ ehp300bsd.o \ ehp3hpux.o \ - ehppaelf.o \ ei386aout.o \ ei386beos.o \ ei386bsd.o \ @@ -322,8 +321,7 @@ ALL_EMULATIONS = \ ALL_64_EMULATIONS = \ eelf64_sparc.o \ eelf64alpha.o \ - eelf64bmip.o \ - eelf64hppa.o + eelf64bmip.o ALL_EMUL_EXTRA_OFILES = \ @@ -1101,9 +1099,6 @@ eelf32i370.c: $(srcdir)/emulparams/elf32i370.sh \ eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)" -eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \ - $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} - ${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)" eelf64_sparc.c: $(srcdir)/emulparams/elf64_sparc.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf64_sparc "$(tdir_elf64_sparc)" @@ -1152,9 +1147,6 @@ ehp300bsd.c: $(srcdir)/emulparams/hp300bsd.sh \ ehp3hpux.c: $(srcdir)/emulparams/hp3hpux.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} hp3hpux "$(tdir_hp3hpux)" -ehppaelf.c: $(srcdir)/emulparams/hppaelf.sh \ - $(srcdir)/emultempl/hppaelf.em $(srcdir)/scripttempl/hppaelf.sc ${GEN_DEPENDS} - ${GENSCRIPTS} hppaelf "$(tdir_hppaelf)" ei386aout.c: $(srcdir)/emulparams/i386aout.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} i386aout "$(tdir_i386aout)" |