diff options
author | Stan Shebs <shebs@codesourcery.com> | 2000-05-01 16:12:10 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2000-05-01 16:12:10 +0000 |
commit | 5330533d3078b3afbbb01c29bbe5a477b7923e7f (patch) | |
tree | 12e14c3f9957e1dc3c0916d70e06ad172bd8f546 /gdb/configure.tgt | |
parent | e5419804c42acf3b4c85130b48b935db03d29e90 (diff) | |
download | gdb-5330533d3078b3afbbb01c29bbe5a477b7923e7f.zip gdb-5330533d3078b3afbbb01c29bbe5a477b7923e7f.tar.gz gdb-5330533d3078b3afbbb01c29bbe5a477b7923e7f.tar.bz2 |
Remove obsolete Gould configuration:
* configure.host, configure.tgt: Remove Gould configs.
* Makefile.in: Remove Gould-related actions.
* gould-xdep.c, gould-tdep.c, config/gould/*: Remove files.
* NEWS: Mention removal.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index d2688cd..00efd4d 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -20,9 +20,7 @@ i[3456]86*) gdb_target_cpu=i386 ;; m68*) gdb_target_cpu=m68k ;; m88*) gdb_target_cpu=m88k ;; mips*) gdb_target_cpu=mips ;; -# OBSOLETE np1) gdb_target_cpu=gould ;; powerpc*) gdb_target_cpu=powerpc ;; -# OBSOLETE pn) gdb_target_cpu=gould ;; # OBSOLETE pyramid) gdb_target_cpu=pyr ;; sparc*) gdb_target_cpu=sparc ;; thumb*) gdb_target_cpu=arm ;; @@ -213,15 +211,11 @@ mn10300-*-*) gdb_target=mn10300 ;; none-*-*) gdb_target=none ;; -# OBSOLETE np1-*-*) gdb_target=np1 ;; - ns32k-*-mach3*) gdb_target=ns32km3 ;; ns32k-*-netbsd*) gdb_target=nbsd ;; ns32k-utek-sysv*) gdb_target=merlin ;; ns32k-utek-*) gdb_target=umax ;; -# OBSOLETE pn-*-*) gdb_target=pn ;; - powerpc-*-macos*) gdb_target=macos ;; powerpc-*-netware*) gdb_target=ppc-nw configdirs="${configdirs} nlm" ;; |