configure error messages to stderr, recognize hppa* instead of hppa

This commit is contained in:
David D. Zuhn
1992-07-20 02:21:12 +00:00
parent 43557c0aec
commit 4a2d5d0ef6

View File

@ -156,7 +156,7 @@ arm | merlin | none | np1 | pn | pyramid | tahoe)
gdb_host=${host_cpu} gdb_host=${host_cpu}
;; ;;
hppa) hppa*)
case "${host_vendor}" in case "${host_vendor}" in
hp) hp)
case "${host_os}" in case "${host_os}" in
@ -340,7 +340,7 @@ rs6000)
gdb_target=rs6000 gdb_target=rs6000
;; ;;
hppa) hppa*)
case "${target_vendor}" in case "${target_vendor}" in
hp) hp)
case "${target_os}" in case "${target_os}" in