* configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).

Change other hppa host entries to use -*- not -hp-.
This commit is contained in:
Jim Kingdon 1993-10-05 17:51:13 +00:00
parent bdacad9c48
commit e8e1304006
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,14 @@
Tue Oct 5 11:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
Change other hppa host entries to use -*- not -hp-.
Mon Oct 4 19:16:14 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* i386-nlmstub.c: New file; debugging stub for i386 NetWare. Must
be compiled with NetWare header files and turned into an NLM with
nlmconv.
Mon Oct 4 11:02:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* minsyms.c (lookup_minimal_symbol_by_pc): Don't use mst_abs symbols.

View File

@ -31,8 +31,9 @@ arm-*-*) gdb_host=arm ;;
c[12]-*-*) gdb_host=convex ;;
hppa*-hp-bsd*) gdb_host=hppabsd ;;
hppa*-hp-hpux*) gdb_host=hppahpux ;;
hppa*-*-bsd*) gdb_host=hppabsd ;;
hppa*-*-hpux*) gdb_host=hppahpux ;;
hppa*-*-hiux*) gdb_host=hppahpux ;;
i[34]86-ncr-*) gdb_host=ncr3000 ;;
i[34]86-sequent-bsd*) gdb_host=symmetry ;; #dynix
@ -171,6 +172,7 @@ sh-*-*) gdb_target=sh ;;
hppa*-*-bsd*) gdb_target=hppabsd ;;
hppa*-*-hpux*) gdb_target=hppahpux ;;
hppa*-*-hiux*) gdb_target=hppahiux ;;
i[34]86-sequent-*) gdb_target=symmetry ;;
i[34]86-ncr-*) gdb_target=ncr3000 ;;