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.host | |
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.host')
-rw-r--r-- | gdb/configure.host | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 02b6909..2fab335 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -17,7 +17,6 @@ hppa*) gdb_host_cpu=pa ;; i[3456]86*) gdb_host_cpu=i386 ;; m68*) gdb_host_cpu=m68k ;; m88*) gdb_host_cpu=m88k ;; -# OBSOLETE np1) gdb_host_cpu=gould ;; # OBSOLETE pyramid) gdb_host_cpu=pyr ;; powerpc*) gdb_host_cpu=powerpc ;; sparc64) gdb_host_cpu=sparc ;; @@ -127,8 +126,6 @@ mips-*-riscos*) gdb_host=riscos ;; none-*-*) gdb_host=none ;; -# OBSOLETE np1-*-*) gdb_host=np1 ;; - ns32k-*-mach3*) gdb_host=ns32km3 ;; ns32k-*-netbsd*) gdb_host=nbsd ;; ns32k-umax-*) gdb_host=umax ;; |