From 3449a7157af4d3fe642f9d017decef6facd43982 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 10 Nov 2004 21:09:33 +0000 Subject: [PATCH] Added -Qn to CPP because snc sometimes does not like #ident lines. --- configure/os/CONFIG.solaris-x86.solaris-x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.solaris-x86.solaris-x86 b/configure/os/CONFIG.solaris-x86.solaris-x86 index fa26a5009..b35f0789e 100644 --- a/configure/os/CONFIG.solaris-x86.solaris-x86 +++ b/configure/os/CONFIG.solaris-x86.solaris-x86 @@ -11,7 +11,7 @@ SPARCWORKS = /opt/SUNWspro CC = $(SPARCWORKS)/bin/cc CCC = $(SPARCWORKS)/bin/CC -CPP = $(CC) -E +CPP = $(CC) -E -Qn RANLIB = # required by sun's C++ compiler AR = $(CCC) -xar -o