From 197e0dbcee8ca633cb5ecf68bd0a5d406e3c638c Mon Sep 17 00:00:00 2001 From: ohair Date: Wed, 6 Aug 2008 16:06:43 -0700 Subject: [PATCH] 6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris Reviewed-by: tbell --- README-builds.html | 12 ++++++------ make/jprt.config | 4 +--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/README-builds.html b/README-builds.html index a2cf768..7b2b42c 100644 --- a/README-builds.html +++ b/README-builds.html @@ -134,7 +134,7 @@ See SunSolve for patch downloads. - Sun Studio 11 + Sun Studio 12 Solaris SPARCV9 (64bit) @@ -143,7 +143,7 @@ See SunSolve for patch downloads. - Sun Studio 11 + Sun Studio 12 Solaris X86 (32bit) @@ -152,7 +152,7 @@ See SunSolve for patch downloads. - Sun Studio 11 + Sun Studio 12 Solaris X64 (64bit) @@ -161,7 +161,7 @@ See SunSolve for patch downloads. - Sun Studio 11 + Sun Studio 12 Windows X86 (32bit) @@ -789,8 +789,8 @@
At a minimum, the - Sun Studio 11 Compilers - (containing version 5.8 of the C and C++ compilers) is required, + Sun Studio 12 Compilers + (containing version 5.9 of the C and C++ compilers) is required, with patches from the SunSolve web site. diff --git a/make/jprt.config b/make/jprt.config index d9b57f0..f23110c 100644 --- a/make/jprt.config +++ b/make/jprt.config @@ -146,9 +146,7 @@ if [ "${osname}" = SunOS ] ; then if [ "${JPRT_SOLARIS_COMPILER_NAME}" != "" ] ; then compiler_name=${JPRT_SOLARIS_COMPILER_NAME} else - # FIXUP: Change to SS12 when validated - #compiler_name=SS12 - compiler_name=SS11 + compiler_name=SS12 fi compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/${compiler_name}/bin ALT_COMPILER_PATH="${compiler_path}" -- GitLab