Browse Source

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

gdb-4_18-branch
David D. Zuhn 35 years ago
parent
commit
4a2d5d0ef6
  1. 4
      gdb/configure.in

4
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

Loading…
Cancel
Save