(hppa*-hp-hpux*): Use hpux10 by default.

This commit is contained in:
Karl Heuer 1998-02-25 22:50:36 +00:00
parent 5fab72129d
commit 842f86922a

View file

@ -483,7 +483,7 @@ case "${canonical}" in
*.B8.* ) machine=hp800 opsys=hpux8 ;;
*.08.* ) machine=hp800 opsys=hpux8 ;;
*.09.* ) machine=hp800 opsys=hpux9 ;;
*) machine=hp800 opsys=hpux ;;
*) machine=hp800 opsys=hpux10 ;;
esac
;;
hppa*-*-nextstep* )