From 781ce8e8d357ad04ec9d18b128a5aaefc0cbf167 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 2 Feb 1994 22:35:44 +0000 Subject: [PATCH] (mips-mips-riscos4*): Set NON_GNU_CPP. --- configure1.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5