From 4a2d5d0ef6f3e2e34260663fc9e321821db6dd2f Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Mon, 20 Jul 1992 02:21:12 +0000 Subject: [PATCH] configure error messages to stderr, recognize hppa* instead of hppa --- gdb/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/configure.in b/gdb/configure.in index edbafffc81..b6c86e9f37 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 -- 2.34.1