* configure.in (*-hp-hpux[78]*): Use mh-hpux8.

This commit is contained in:
Ian Lance Taylor 1995-03-13 17:36:19 +00:00
parent 890b53ef65
commit 0259fc7399
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ case "${host}" in
*-*-solaris2*) host_makefile_frag=config/mh-solaris ;;
m68k-sun-*) host_makefile_frag=config/mh-sun3 ;;
*-sun-*) host_makefile_frag=config/mh-sun ;;
*-hp-hpux[78]*) host_makefile_frag=config/mh-hpux8 ;;
*-hp-hpux*) host_makefile_frag=config/mh-hpux ;;
*-*-hiux*) host_makefile_frag=config/mh-hpux ;;
rs6000-*-lynxos*) host_makefile_frag=config/mh-lynxrs6k ;;