diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-04-05 14:49:29 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-04-05 14:49:29 +0000 |
commit | 4a1968f4944c8368cf51943e8e3fb02a9bc324a3 (patch) | |
tree | 1f0da3d1a7e639e8780445ea2b645aed86f4e190 /gdb/configure.host | |
parent | e66457fbf3726420435dc962c190c8ab9933a78b (diff) | |
download | gdb-4a1968f4944c8368cf51943e8e3fb02a9bc324a3.zip gdb-4a1968f4944c8368cf51943e8e3fb02a9bc324a3.tar.gz gdb-4a1968f4944c8368cf51943e8e3fb02a9bc324a3.tar.bz2 |
Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 620ea85..8e71ff4 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -26,7 +26,7 @@ esac case "${host}" in -a29k-*-*) gdb_host=ultra3 ;; +# OBSOLETE a29k-*-*) gdb_host=ultra3 ;; alpha*-*-osf1*) gdb_host=alpha-osf1 ;; alpha*-*-osf2*) gdb_host=alpha-osf2 ;; |