diff -r 27509b7d21ed -r 9eeb4966acae make/common/shared/Compiler-sun.gmk --- a/make/common/shared/Compiler-sun.gmk Thu May 22 09:37:38 2008 -0700 +++ b/make/common/shared/Compiler-sun.gmk Wed Jun 04 09:27:06 2008 -0700 @@ -31,6 +31,9 @@ # Sun Studio Compiler settings specific to Solaris ifeq ($(PLATFORM), solaris) + # FIXUP: Change to SS12 when validated + #COMPILER_VERSION=SS12 + #REQUIRED_CC_VER=5.9 COMPILER_VERSION=SS11 REQUIRED_CC_VER=5.8 CC = $(COMPILER_PATH)cc @@ -51,8 +54,8 @@ # Sun Studio Compiler settings specific to Linux ifeq ($(PLATFORM), linux) # This has not been tested - COMPILER_VERSION=SS11 - REQUIRED_CC_VER=5.8 + COMPILER_VERSION=SS12 + REQUIRED_CC_VER=5.9 CC = $(COMPILER_PATH)cc CPP = $(COMPILER_PATH)cc -E CXX = $(COMPILER_PATH)CC