diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-02-08 06:30:25 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-02-08 06:30:25 +0000 |
commit | 7fcca85b94e4e65b955508154a44466a2b79dff4 (patch) | |
tree | 6894b5f9c430dc46fd4a2afa40691c11880e0b27 /gdb/configure.host | |
parent | 8e65ff28b0780a52bdbe067b6297a66f9ec4e16e (diff) | |
download | gdb-7fcca85b94e4e65b955508154a44466a2b79dff4.zip gdb-7fcca85b94e4e65b955508154a44466a2b79dff4.tar.gz gdb-7fcca85b94e4e65b955508154a44466a2b79dff4.tar.bz2 |
Remove configurations marked as obsolete in 5.0.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 1c35df0..b968ae8 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -12,12 +12,10 @@ case "${host_cpu}" in alpha*) gdb_host_cpu=alpha ;; arm*) gdb_host_cpu=arm ;; -# OBSOLETE c[12]) gdb_host_cpu=convex ;; hppa*) gdb_host_cpu=pa ;; i[3456]86*) gdb_host_cpu=i386 ;; m68*) gdb_host_cpu=m68k ;; m88*) gdb_host_cpu=m88k ;; -# OBSOLETE pyramid) gdb_host_cpu=pyr ;; powerpc*) gdb_host_cpu=powerpc ;; sparc64) gdb_host_cpu=sparc ;; *) gdb_host_cpu=$host_cpu ;; @@ -39,8 +37,6 @@ alpha*-*-freebsd*) gdb_host=fbsd ;; arm*-*-linux*) gdb_host=linux ;; arm*-*-*) gdb_host=arm ;; -# OBSOLETE c[12]-*-*) gdb_host=convex ;; - hppa*-*-bsd*) gdb_host=hppabsd ;; hppa*-*-hiux*) gdb_host=hppahpux ;; hppa*-*-hpux10.20) gdb_host=hpux1020 ;; @@ -90,7 +86,6 @@ m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;; m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;; m68030-sony-*) gdb_host=news1000 ;; -# OBSOLETE m68*-altos-*) gdb_host=altos ;; m68*-apollo*-sysv*) gdb_host=apollo68v ;; m68*-apollo*-bsd*) gdb_host=apollo68b ;; m68*-att-*) gdb_host=3b1 ;; @@ -140,10 +135,6 @@ powerpcle-*-solaris*) gdb_host=solaris ;; powerpc-*-linux*) gdb_host=linux ;; powerpc-*-netbsd*) gdb_host=nbsd ;; -# OBSOLETE pn-*-*) gdb_host=pn ;; - -# OBSOLETE pyramid-*-*) gdb_host=pyramid ;; - romp-*-*) gdb_host=rtbsd ;; rs6000-*-lynxos*) gdb_host=rs6000lynx ;; @@ -164,8 +155,6 @@ sparc64-*-*) gdb_host=sun4sol2 ;; strongarm-*-*) gdb_host=arm ;; xscale-*-*) gdb_host=arm ;; -# OBSOLETE tahoe-*-*) gdb_host=tahoe ;; - vax-*-bsd*) gdb_host=vaxbsd ;; vax-*-ultrix2*) gdb_host=vaxult2 ;; vax-*-ultrix*) gdb_host=vaxult ;; |