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