diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-08-13 05:10:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-08-13 05:10:20 +0000 |
commit | 682371ca20bdda619f8b36e10e78cb30910d17c4 (patch) | |
tree | 7e587bb881f3901712cb72c73c16bcc7da7fdddd /configure.in | |
parent | f0dd00d8ae0b9de8ecf1c6b6e54a8500fa28ae56 (diff) | |
download | emacs-682371ca20bdda619f8b36e10e78cb30910d17c4.tar.gz |
(i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6073ad8101f..87d9badb71f 100644 --- a/configure.in +++ b/configure.in @@ -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 ;; |