aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorohair <none@none>2008-08-06 16:06:43 -0700
committerohair <none@none>2008-08-06 16:06:43 -0700
commitecde601a0f30a7dcbdb9a1cc05d0ec8a79538c6f (patch)
treef0356814c18f27199ca6e0e866821caee0069445 /make
parenta26bb658d233ed34e341829bcb4a263da0787d03 (diff)
6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris
Reviewed-by: tbell
Diffstat (limited to 'make')
-rw-r--r--make/jprt.config4
1 files changed, 1 insertions, 3 deletions
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}"