From 29ff706f0f45b01b661fa752c05377dd25112e4e Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 5 Mar 2001 22:01:51 +0000 Subject: [PATCH] Reordered lines --- configure/os/CONFIG.solaris-sparc.solaris-sparc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/configure/os/CONFIG.solaris-sparc.solaris-sparc b/configure/os/CONFIG.solaris-sparc.solaris-sparc index c8ceeb5bc..dda503500 100644 --- a/configure/os/CONFIG.solaris-sparc.solaris-sparc +++ b/configure/os/CONFIG.solaris-sparc.solaris-sparc @@ -11,15 +11,11 @@ SPARCWORKS = /opt/SUNWspro CC = $(SPARCWORKS)/bin/cc CCC = $(SPARCWORKS)/bin/CC -#CPP = $(CCC) -E -#CPP = $(CCC) -P -CPP = g++ -x c -E -LD = ld -r - - -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=YES