diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-02-02 22:35:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-02-02 22:35:44 +0000 |
commit | 214836853c948c5a4a5346fad8354721099a1a12 (patch) | |
tree | 2e24cf80110554413395d5024bff3a19128fa05c /configure1.in | |
parent | 7f47ef70013c257e253c9f979e761a08ce3d1ac4 (diff) | |
download | emacs-214836853c948c5a4a5346fad8354721099a1a12.tar.gz |
(mips-mips-riscos4*): Set NON_GNU_CPP.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 45ea56ba611..0e7e50f5863 100755 --- a/configure1.in +++ b/configure1.in @@ -807,6 +807,7 @@ case "${canonical}" in mips-mips-riscos4* ) machine=mips4 opsys=bsd4-3 NON_GNU_CC="cc -systype bsd43" + NON_GNU_CPP="cc -systype bsd43 -E" ;; mips-mips-bsd* ) machine=mips opsys=bsd4-3 |