# HG changeset patch # User Richard M. Stallman # Date 808290620 0 # Node ID 4948ca294167784f4a02ad3d61bc784256289d6f # Parent f5e4db7e81974eb06c039c7f875fe3cfc25c9dc7 (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS. diff -r f5e4db7e8197 -r 4948ca294167 configure.in --- a/configure.in Sat Aug 12 23:27:18 1995 +0000 +++ b/configure.in Sun Aug 13 05:10:20 1995 +0000 @@ -771,7 +771,10 @@ *-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 ;;