changeset 12843:4948ca294167

(i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Aug 1995 05:10:20 +0000
parents f5e4db7e8197
children a6bcb0568121
files configure.in
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ;;