(hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1.

This commit is contained in:
Richard M. Stallman 1996-10-29 02:53:06 +00:00
parent d7cd5d4f61
commit da945421cc

View file

@ -435,7 +435,7 @@ case "${canonical}" in
*) machine=hp800 opsys=hpux ;;
esac
;;
hppa-*-nextstep* )
hppa*-*-nextstep* )
machine=hp800 opsys=nextstep
;;