From 4fb58d5d46c18daf590eb44174a6c3f37e451c17 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 20 Feb 2001 20:36:54 +0000 Subject: [PATCH] Fixed parms for preprocessor. --- configure/os/CONFIG.solaris-sparc.solaris-sparc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG.solaris-sparc.solaris-sparc b/configure/os/CONFIG.solaris-sparc.solaris-sparc index 8aa43d6f1..93fddc85c 100644 --- a/configure/os/CONFIG.solaris-sparc.solaris-sparc +++ b/configure/os/CONFIG.solaris-sparc.solaris-sparc @@ -13,7 +13,8 @@ CC = $(SPARCWORKS)/bin/cc CCC = $(SPARCWORKS)/bin/CC #CPP = $(CCC) -E #CPP = $(CCC) -P -CPP = g++ -E +CPP = g++ -x c -E + RANLIB = # required by sun's C++ compiler AR = $(CCC) -xar -o