make/common/shared/Compiler-sun.gmk

changeset 10
9eeb4966acae
parent 1
55540e827aef
child 13
c0252adbb2ab
     1.1 --- a/make/common/shared/Compiler-sun.gmk	Thu May 22 09:37:38 2008 -0700
     1.2 +++ b/make/common/shared/Compiler-sun.gmk	Wed Jun 04 09:27:06 2008 -0700
     1.3 @@ -31,6 +31,9 @@
     1.4  
     1.5  # Sun Studio Compiler settings specific to Solaris
     1.6  ifeq ($(PLATFORM), solaris)
     1.7 +  # FIXUP: Change to SS12 when validated
     1.8 +  #COMPILER_VERSION=SS12
     1.9 +  #REQUIRED_CC_VER=5.9
    1.10    COMPILER_VERSION=SS11
    1.11    REQUIRED_CC_VER=5.8
    1.12    CC             = $(COMPILER_PATH)cc
    1.13 @@ -51,8 +54,8 @@
    1.14  # Sun Studio Compiler settings specific to Linux
    1.15  ifeq ($(PLATFORM), linux)
    1.16    # This has not been tested
    1.17 -  COMPILER_VERSION=SS11
    1.18 -  REQUIRED_CC_VER=5.8
    1.19 +  COMPILER_VERSION=SS12
    1.20 +  REQUIRED_CC_VER=5.9
    1.21    CC             = $(COMPILER_PATH)cc
    1.22    CPP            = $(COMPILER_PATH)cc -E
    1.23    CXX            = $(COMPILER_PATH)CC

mercurial