From 6911c54755dfc6804dade85dca12ca691c954a50 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 15 Nov 2006 19:26:18 +0000 Subject: [PATCH] Changed -Xc to -Xa. Needed for solaris 10 builds. --- configure/os/CONFIG.solarisCommon.solarisCommon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.solarisCommon.solarisCommon b/configure/os/CONFIG.solarisCommon.solarisCommon index 425891bf2..a41213e3c 100644 --- a/configure/os/CONFIG.solarisCommon.solarisCommon +++ b/configure/os/CONFIG.solarisCommon.solarisCommon @@ -24,7 +24,7 @@ GPROF=NO # Configure OS vendor C compiler CONFORM_CFLAGS_ANSI = -Xa -v -CONFORM_CFLAGS_STRICT = -Xc -v +CONFORM_CFLAGS_STRICT = -Xa -v CONFORM_CFLAGS_TRAD = -Xs PROF_CFLAGS_YES = -p GPROF_CFLAGS_YES = -xpg