* configure.host (hppa*64*): Renamed from hppa2.0w per
gcc/binutils changes. * configure.tgt: Similarly.
This commit is contained in:
parent
9ac12c358e
commit
5ec846f9cf
@ -1,3 +1,9 @@
|
|||||||
|
Tue Jun 13 09:21:23 2000 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* configure.host (hppa*64*): Renamed from hppa2.0w per
|
||||||
|
gcc/binutils changes.
|
||||||
|
* configure.tgt: Similarly.
|
||||||
|
|
||||||
2000-06-12 Bill Nottingham <notting@redhat.com>
|
2000-06-12 Bill Nottingham <notting@redhat.com>
|
||||||
|
|
||||||
Patch applied by Kevin Buettner <kevinb@redhat.com>:
|
Patch applied by Kevin Buettner <kevinb@redhat.com>:
|
||||||
|
@ -44,7 +44,7 @@ arm*-*-*) gdb_host=arm ;;
|
|||||||
hppa*-*-bsd*) gdb_host=hppabsd ;;
|
hppa*-*-bsd*) gdb_host=hppabsd ;;
|
||||||
hppa*-*-hiux*) gdb_host=hppahpux ;;
|
hppa*-*-hiux*) gdb_host=hppahpux ;;
|
||||||
hppa*-*-hpux10.20) gdb_host=hpux1020 ;;
|
hppa*-*-hpux10.20) gdb_host=hpux1020 ;;
|
||||||
hppa2.0w-*-hpux11*) gdb_host=hpux11w ;;
|
hppa*64*-*-hpux11*) gdb_host=hpux11w ;;
|
||||||
hppa*-*-hpux11*) gdb_host=hpux11 ;;
|
hppa*-*-hpux11*) gdb_host=hpux11 ;;
|
||||||
hppa*-*-hpux*) gdb_host=hppahpux ;;
|
hppa*-*-hpux*) gdb_host=hppahpux ;;
|
||||||
hppa*-*-osf*) gdb_host=hppaosf ;;
|
hppa*-*-osf*) gdb_host=hppaosf ;;
|
||||||
|
@ -73,7 +73,7 @@ fr30-*-elf*) gdb_target=fr30 ;;
|
|||||||
|
|
||||||
hppa*-*-bsd*) gdb_target=hppabsd ;;
|
hppa*-*-bsd*) gdb_target=hppabsd ;;
|
||||||
hppa*-*-pro*) gdb_target=hppapro ;;
|
hppa*-*-pro*) gdb_target=hppapro ;;
|
||||||
hppa2.0w-*-hpux11*) gdb_target=hppa64 ;;
|
hppa*64*-*-hpux11*) gdb_target=hppa64 ;;
|
||||||
hppa*-*-hpux*) gdb_target=hppahpux ;;
|
hppa*-*-hpux*) gdb_target=hppahpux ;;
|
||||||
hppa*-*-hiux*) gdb_target=hppahpux ;;
|
hppa*-*-hiux*) gdb_target=hppahpux ;;
|
||||||
hppa*-*-osf*) gdb_target=hppaosf ;;
|
hppa*-*-osf*) gdb_target=hppaosf ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user