From: Richard M. Stallman Date: Sun, 24 Jul 1994 20:18:35 +0000 (+0000) Subject: (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP. X-Git-Tag: emacs-19.34~7529 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=abf1ee755690a7528968e3d217982f05bfd38ec4;p=emacs.git (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP. --- 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