aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-24 20:18:35 +0000
committerRichard M. Stallman1994-07-24 20:18:35 +0000
commitabf1ee755690a7528968e3d217982f05bfd38ec4 (patch)
treec44786f7bf59d6a56de9020a8fe7d70305375348
parent1bb80f722ba693d3d72cf9921eb107dd2d2499f1 (diff)
downloademacs-abf1ee755690a7528968e3d217982f05bfd38ec4.tar.gz
emacs-abf1ee755690a7528968e3d217982f05bfd38ec4.zip
(i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
-rwxr-xr-xconfigure1.in2
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
798 ## Intel 860 798 ## Intel 860
799 i860-*-sysv4* ) 799 i860-*-sysv4* )
800 machine=i860 opsys=usg5-4 800 machine=i860 opsys=usg5-4
801 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc.
802 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion.
801 ;; 803 ;;
802 804
803 ## Masscomp machines 805 ## Masscomp machines