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.tgt | |
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.tgt')
-rw-r--r-- | gdb/configure.tgt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 1bce5fc..51e7cf0 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -19,9 +19,9 @@ i[3456]86*) gdb_target_cpu=i386 ;; m68*) gdb_target_cpu=m68k ;; m88*) gdb_target_cpu=m88k ;; mips*) gdb_target_cpu=mips ;; -np1) gdb_target_cpu=gould ;; +# OBSOLETE np1) gdb_target_cpu=gould ;; powerpc*) gdb_target_cpu=powerpc ;; -pn) gdb_target_cpu=gould ;; +# OBSOLETE pn) gdb_target_cpu=gould ;; pyramid) gdb_target_cpu=pyr ;; sparc*) gdb_target_cpu=sparc ;; thumb*) gdb_target_cpu=arm ;; @@ -232,14 +232,15 @@ mn10300-*-*) gdb_target=mn10300 ;; none-*-*) gdb_target=none ;; -np1-*-*) gdb_target=np1 ;; +# 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 ;; -pn-*-*) gdb_target=pn ;; +# OBSOLETE pn-*-*) gdb_target=pn ;; + powerpc-*-macos*) gdb_target=macos ;; powerpc-*-netware*) gdb_target=ppc-nw configdirs="${configdirs} nlm" ;; |