From b4e2c4c432cf28e8862ce845c7a235b01c9a1d20 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 4 Nov 2004 21:13:22 +0000 Subject: [PATCH] Changed c preprocessor from gcc to cc. --- configure/os/CONFIG.solaris-sparc.solaris-sparc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.solaris-sparc.solaris-sparc b/configure/os/CONFIG.solaris-sparc.solaris-sparc index 7c4b5c7df..9eacdf881 100644 --- a/configure/os/CONFIG.solaris-sparc.solaris-sparc +++ b/configure/os/CONFIG.solaris-sparc.solaris-sparc @@ -11,11 +11,11 @@ SPARCWORKS = /opt/SUNWspro CC = $(SPARCWORKS)/bin/cc CCC = $(SPARCWORKS)/bin/CC +CPP = $(CC) -E +RANLIB = # required by sun's C++ compiler AR = $(CCC) -xar -o LD = ld -r -CPP = gcc -x c -E -RANLIB = #Prepare the object code for profiling with prof. (YES or NO) PROFILE=NO