(i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
This commit is contained in:
parent
4e90a7d5fb
commit
135c9ca6b8
1 changed files with 4 additions and 1 deletions
|
@ -771,7 +771,10 @@ case "${canonical}" in
|
|||
*-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
|
||||
*-isc2.2* ) opsys=isc2-2 ;;
|
||||
*-isc4.0* ) opsys=isc4-0 ;;
|
||||
*-isc4.* ) opsys=isc4-1 ;;
|
||||
*-isc4.* ) opsys=isc4-1
|
||||
GCC_TEST_OPTIONS=-posix
|
||||
NON_GCC_TEST_OPTIONS=-Xp
|
||||
;;
|
||||
*-isc* ) opsys=isc3-0 ;;
|
||||
*-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
|
||||
*-esix* ) opsys=esix ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue