configure error messages to stderr, recognize hppa* instead of hppa
This commit is contained in:
parent
43557c0aec
commit
4a2d5d0ef6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue