diff options
author | Doug Evans <dje@google.com> | 1998-01-28 20:24:27 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-28 20:24:27 +0000 |
commit | 91691042501381f8100e0f204350a0c57ccc2bd7 (patch) | |
tree | b81382d91fd167b5ee29b8d14f746580ab31f46e /ld | |
parent | 8ecd2ccb89927278ff0f36ef66a57022a1ec592a (diff) | |
download | gdb-91691042501381f8100e0f204350a0c57ccc2bd7.zip gdb-91691042501381f8100e0f204350a0c57ccc2bd7.tar.gz gdb-91691042501381f8100e0f204350a0c57ccc2bd7.tar.bz2 |
delete txvu stuff, building mips files now
Diffstat (limited to 'ld')
-rw-r--r-- | ld/Makefile.am | 5 | ||||
-rw-r--r-- | ld/Makefile.in | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index ff26cd0..49561d4 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -521,11 +521,6 @@ etic80coff.c: $(srcdir)/emulparams/tic80coff.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic80coff.sc ${GEN_DEPENDS} ${GENSCRIPTS} tic80coff "$(tdir_tic80coff)" end-sanitize-tic80: -start-sanitize-sky: -etxvuelf.c: $(srcdir)/emulparams/txvuelf.sh \ - $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} - ${GENSCRIPTS} txvuelf "$(tdir_txvu)" -end-sanitize-sky: evanilla.c: $(srcdir)/emulparams/vanilla.sh \ $(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS} ${GENSCRIPTS} vanilla "$(tdir_vanilla)" diff --git a/ld/Makefile.in b/ld/Makefile.in index 0e18d3d..d543a18 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -1007,11 +1007,6 @@ etic80coff.c: $(srcdir)/emulparams/tic80coff.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/tic80coff.sc ${GEN_DEPENDS} ${GENSCRIPTS} tic80coff "$(tdir_tic80coff)" end-sanitize-tic80: -start-sanitize-sky: -etxvuelf.c: $(srcdir)/emulparams/txvuelf.sh \ - $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} - ${GENSCRIPTS} txvuelf "$(tdir_txvu)" -end-sanitize-sky: evanilla.c: $(srcdir)/emulparams/vanilla.sh \ $(srcdir)/emultempl/vanilla.em $(srcdir)/scripttempl/vanilla.sc ${GEN_DEPENDS} ${GENSCRIPTS} vanilla "$(tdir_vanilla)" |