Handle -isc4.0*.

This commit is contained in:
Richard M. Stallman 1994-04-09 21:42:43 +00:00
parent 9c0aa91bc7
commit e5f1d6a0cc

View file

@ -1010,6 +1010,7 @@ case "${canonical}" in
case "${canonical}" in
*-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
*-isc2.2* ) opsys=isc2-2 ;;
*-isc4.0* ) opsys=isc4-0 ;;
*-isc* ) opsys=isc3-0 ;;
*-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
*-esix* ) opsys=esix ;;