From cf6f47e20ff63b020b9a209c090b636dc2765d3b Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 28 Jan 1998 10:44:28 +0000 Subject: [PATCH] remove txvu stuff, now using only mips elf files --- bfd/Makefile.am | 13 ------------- bfd/Makefile.in | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 980fe0d465..3392cf8079 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -69,9 +69,6 @@ ALL_MACHINES = \ $(start-sanitize-tic80) \ cpu-tic80.lo \ $(end-sanitize-tic80) \ - $(start-sanitize-sky) \ - cpu-txvu.lo \ - $(end-sanitize-sky) \ cpu-v850.lo \ cpu-vax.lo \ cpu-we32k.lo \ @@ -167,9 +164,6 @@ BFD32_BACKENDS = \ elf32-ppc.lo \ elf32-sh.lo \ elf32-sparc.lo \ - $(start-sanitize-sky) \ - elf32-txvu.lo \ - $(end-sanitize-sky) \ elf32-v850.lo \ elf32.lo \ elflink.lo \ @@ -595,13 +589,6 @@ coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \ $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h end-sanitize-tic80: -start-sanitize-sky: -cpu-txvu.lo: cpu-txvu.c -elf32-txvu.lo: elf32-txvu.c elf-bfd.h $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/txvu.h elf32-target.h -end-sanitize-sky: - # What appears below is generated by a hacked mkdep using gcc -MM. # DO NOT DELETE THIS LINE -- mkdep uses it. diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 63664d26b6..9a831bd791 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -151,9 +151,6 @@ ALL_MACHINES = \ $(start-sanitize-tic80) \ cpu-tic80.lo \ $(end-sanitize-tic80) \ - $(start-sanitize-sky) \ - cpu-txvu.lo \ - $(end-sanitize-sky) \ cpu-v850.lo \ cpu-vax.lo \ cpu-we32k.lo \ @@ -249,9 +246,6 @@ BFD32_BACKENDS = \ elf32-ppc.lo \ elf32-sh.lo \ elf32-sparc.lo \ - $(start-sanitize-sky) \ - elf32-txvu.lo \ - $(end-sanitize-sky) \ elf32-v850.lo \ elf32.lo \ elflink.lo \ @@ -1041,13 +1035,6 @@ coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \ $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h end-sanitize-tic80: -start-sanitize-sky: -cpu-txvu.lo: cpu-txvu.c -elf32-txvu.lo: elf32-txvu.c elf-bfd.h $(INCDIR)/elf/common.h \ - $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ - $(INCDIR)/elf/txvu.h elf32-target.h -end-sanitize-sky: - # What appears below is generated by a hacked mkdep using gcc -MM. # DO NOT DELETE THIS LINE -- mkdep uses it.