mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
configure error messages to stderr, recognize hppa* instead of hppa
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user