6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris

Wed, 06 Aug 2008 16:08:15 -0700

author
ohair
date
Wed, 06 Aug 2008 16:08:15 -0700
changeset 20
33486187d718
parent 19
6e0cf0dc59e5
child 21
6a5b9d2f8b20

6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris
Reviewed-by: tbell

make/common/shared/Compiler-sun.gmk file | annotate | diff | comparison | revisions
make/jprt.config file | annotate | diff | comparison | revisions
     1.1 --- a/make/common/shared/Compiler-sun.gmk	Wed Aug 06 14:30:28 2008 -0700
     1.2 +++ b/make/common/shared/Compiler-sun.gmk	Wed Aug 06 16:08:15 2008 -0700
     1.3 @@ -31,11 +31,8 @@
     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 +  COMPILER_VERSION=SS12
    1.13 +  REQUIRED_CC_VER=5.9
    1.14    CC             = $(COMPILER_PATH)cc
    1.15    CPP            = $(COMPILER_PATH)cc -E
    1.16    CXX            = $(COMPILER_PATH)CC
     2.1 --- a/make/jprt.config	Wed Aug 06 14:30:28 2008 -0700
     2.2 +++ b/make/jprt.config	Wed Aug 06 16:08:15 2008 -0700
     2.3 @@ -127,9 +127,7 @@
     2.4      if [ "${JPRT_SOLARIS_COMPILER_NAME}" != "" ] ; then
     2.5          compiler_name=${JPRT_SOLARIS_COMPILER_NAME}
     2.6      else
     2.7 -        # FIXUP: Change to SS12 when validated
     2.8 -	#compiler_name=SS12
     2.9 -        compiler_name=SS11
    2.10 +	compiler_name=SS12
    2.11      fi
    2.12      compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/${compiler_name}/bin
    2.13      ALT_COMPILER_PATH="${compiler_path}"

mercurial