Handle -isc4.0*.
This commit is contained in:
parent
9c0aa91bc7
commit
e5f1d6a0cc
1 changed files with 1 additions and 0 deletions
|
@ -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 ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue