diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-02-10 21:28:03 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-02-10 21:28:03 +0000 |
commit | baf6de2ed9d51cfb8c968cdd9b0b899e09483490 (patch) | |
tree | b81f20381f1340e3692c46562f62430857105b8c /gdb/configure.host | |
parent | 9ebb9ec84a6f0face6478b5332c08504615fff60 (diff) | |
download | gdb-baf6de2ed9d51cfb8c968cdd9b0b899e09483490.zip gdb-baf6de2ed9d51cfb8c968cdd9b0b899e09483490.tar.gz gdb-baf6de2ed9d51cfb8c968cdd9b0b899e09483490.tar.bz2 |
Declare Gould configuration obsolete:
* configure.host, configure.tgt: Comment out Gould configs.
* Makefile.in: Comment out Gould-related actions.
* gould-xdep.c, gould-tdep.c, config/gould/*: Comment out.
* NEWS: Mention obsolete status.
And the first one bites the dust...
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 4a3bb12..381f6ad 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -16,7 +16,7 @@ hppa*) gdb_host_cpu=pa ;; i[3456]86*) gdb_host_cpu=i386 ;; m68*) gdb_host_cpu=m68k ;; m88*) gdb_host_cpu=m88k ;; -np1) gdb_host_cpu=gould ;; +# OBSOLETE np1) gdb_host_cpu=gould ;; pyramid) gdb_host_cpu=pyr ;; powerpc*) gdb_host_cpu=powerpc ;; sparc64) gdb_host_cpu=sparc ;; @@ -119,7 +119,7 @@ mips-*-riscos*) gdb_host=riscos ;; none-*-*) gdb_host=none ;; -np1-*-*) gdb_host=np1 ;; +# OBSOLETE np1-*-*) gdb_host=np1 ;; ns32k-*-mach3*) gdb_host=ns32km3 ;; ns32k-*-netbsd*) gdb_host=nbsd ;; @@ -131,7 +131,7 @@ powerpcle-*-cygwin*) gdb_host=cygwin ;; powerpcle-*-solaris*) gdb_host=solaris ;; powerpc-*-linux*) gdb_host=linux ;; -pn-*-*) gdb_host=pn ;; +# OBSOLETE pn-*-*) gdb_host=pn ;; pyramid-*-*) gdb_host=pyramid ;; |