mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
configure error messages to stderr, recognize hppa* instead of hppa
This commit is contained in:
parent
43557c0aec
commit
4a2d5d0ef6
@ -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 New Issue
Block a user