diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-07-24 20:18:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-07-24 20:18:35 +0000 |
commit | abf1ee755690a7528968e3d217982f05bfd38ec4 (patch) | |
tree | c44786f7bf59d6a56de9020a8fe7d70305375348 /configure1.in | |
parent | 1bb80f722ba693d3d72cf9921eb107dd2d2499f1 (diff) | |
download | emacs-abf1ee755690a7528968e3d217982f05bfd38ec4.tar.gz |
(i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 0abf70e8a68..40696fc8205 100755 --- a/configure1.in +++ b/configure1.in @@ -798,6 +798,8 @@ case "${canonical}" in ## Intel 860 i860-*-sysv4* ) machine=i860 opsys=usg5-4 + NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc. + NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion. ;; ## Masscomp machines |