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 | 135c9ca6b8791b79c46ac76c6da5c16868c534e2 (patch) | |
tree | 26594f9f60b9ce0dfc208dd5c1273d21cdd55d3b /configure.in | |
parent | 4e90a7d5fbda827e04a5361d05bc7222c1f7e574 (diff) | |
download | emacs-135c9ca6b8791b79c46ac76c6da5c16868c534e2.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 ;; |