diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-04-06 16:25:22 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-04-06 16:25:22 +0000 |
commit | 1b2b2c1600019ff8869bb0d0bc9b1e42913c8c17 (patch) | |
tree | 56c4946416e239eb232270b784e4b9675c464207 /gdb/configure.host | |
parent | 063fd668797b1aceb77988fa31eabec4f348aea0 (diff) | |
download | gdb-1b2b2c1600019ff8869bb0d0bc9b1e42913c8c17.zip gdb-1b2b2c1600019ff8869bb0d0bc9b1e42913c8c17.tar.gz gdb-1b2b2c1600019ff8869bb0d0bc9b1e42913c8c17.tar.bz2 |
Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms
and powerpc-*-netware* target.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 8e71ff4..156852f 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -131,8 +131,8 @@ ns32k-*-netbsd*) gdb_host=nbsd ;; # OBSOLETE ns32k-utek-sysv*) gdb_host=merlin ;; powerpc-*-aix*) gdb_host=aix ;; -powerpcle-*-cygwin*) gdb_host=cygwin ;; -powerpcle-*-solaris*) gdb_host=solaris ;; +# OBSOLETE powerpcle-*-cygwin*) gdb_host=cygwin ;; +# OBSOLETE powerpcle-*-solaris*) gdb_host=solaris ;; powerpc-*-linux*) gdb_host=linux ;; powerpc-*-netbsd*) gdb_host=nbsd ;; |