diff options
author | David D. Zuhn <zoo@cygnus> | 1992-07-20 02:21:12 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-07-20 02:21:12 +0000 |
commit | 4a2d5d0ef6f3e2e34260663fc9e321821db6dd2f (patch) | |
tree | 5a30d72b4018b338f1c5c14dd69b35633b3c45fd | |
parent | 43557c0aec2f97f3a7f9658332de7bf90b4017e0 (diff) | |
download | gdb-4a2d5d0ef6f3e2e34260663fc9e321821db6dd2f.zip gdb-4a2d5d0ef6f3e2e34260663fc9e321821db6dd2f.tar.gz gdb-4a2d5d0ef6f3e2e34260663fc9e321821db6dd2f.tar.bz2 |
configure error messages to stderr, recognize hppa* instead of hppa
-rw-r--r-- | gdb/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index edbafff..b6c86e9 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -156,7 +156,7 @@ arm | merlin | none | np1 | pn | pyramid | tahoe) gdb_host=${host_cpu} ;; -hppa) +hppa*) case "${host_vendor}" in hp) case "${host_os}" in @@ -340,7 +340,7 @@ rs6000) gdb_target=rs6000 ;; -hppa) +hppa*) case "${target_vendor}" in hp) case "${target_os}" in |