diff options
author | Nick Clifton <nickc@redhat.com> | 1997-08-25 23:00:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-08-25 23:00:29 +0000 |
commit | 8988d935a335f9f60ec1eccc1caa70cd757e3201 (patch) | |
tree | ae79c7e64442c21e77ed4cbbc6a7271b94e8505c /bfd/Makefile.in | |
parent | a3515171ce237d5eca963c7fbb394be3cc3bf58a (diff) | |
download | gdb-8988d935a335f9f60ec1eccc1caa70cd757e3201.zip gdb-8988d935a335f9f60ec1eccc1caa70cd757e3201.tar.gz gdb-8988d935a335f9f60ec1eccc1caa70cd757e3201.tar.bz2 |
Switched over to using machine numbers to distinguish v850 architecture variants.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 16d7609..ed9cb04 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -153,12 +153,6 @@ ALL_MACHINES = \ $(start-sanitize-v850) \ cpu-v850.lo \ $(end-sanitize-v850) \ - $(start-sanitize-v850e) \ - cpu-v850e.lo \ - $(end-sanitize-v850e) \ - $(start-sanitize-v850eq) \ - cpu-v850eq.lo \ - $(end-sanitize-v850eq) \ cpu-vax.lo \ cpu-we32k.lo \ cpu-w65.lo \ @@ -1017,20 +1011,6 @@ elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \ elf32-target.h end-sanitize-v850: -start-sanitize-v850e: -cpu-v850e.lo: cpu-v850e.c -elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \ - $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ - elf32-target.h -end-sanitize-v850e: - -start-sanitize-v850eq: -cpu-v850eq.lo: cpu-v850eq.c -elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \ - $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ - elf32-target.h -end-sanitize-v850eq: - start-sanitize-tic80: cpu-tic80.lo: cpu-tic80.c coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \ |