OpenJDK / amber / amber
changeset 876:78de1d98ba7e
Merge
author | ohair |
---|---|
date | Wed, 06 Aug 2008 16:39:58 -0700 |
parents | 638ddad10e12 c879050e4c17 |
children | 05b15a2aeaaf |
files | README-builds.html make/jprt.config |
diffstat | 2 files changed, 7 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/README-builds.html Wed Aug 06 14:57:13 2008 -0700 +++ b/README-builds.html Wed Aug 06 16:39:58 2008 -0700 @@ -132,7 +132,7 @@ See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank"> SunSolve</a> for patch downloads. </td> - <td>Sun Studio 11 </td> + <td>Sun Studio 12</td> </tr> <tr> <td>Solaris SPARCV9 (64bit)</td> @@ -141,7 +141,7 @@ See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank"> SunSolve</a> for patch downloads. </td> - <td>Sun Studio 11</td> + <td>Sun Studio 12</td> </tr> <tr> <td>Solaris X86 (32bit)</td> @@ -150,7 +150,7 @@ See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank"> SunSolve</a> for patch downloads. </td> - <td>Sun Studio 11</td> + <td>Sun Studio 12</td> </tr> <tr> <td>Solaris X64 (64bit)</td> @@ -159,7 +159,7 @@ See <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/JavaSE" target="_blank"> SunSolve</a> for patch downloads. </td> - <td>Sun Studio 11</td> + <td>Sun Studio 12</td> </tr> <tr> <td>Windows X86 (32bit)</td> @@ -831,8 +831,8 @@ <blockquote> At a minimum, the <a href="http://developers.sun.com/sunstudio/index.jsp" target="_blank"> - Sun Studio 11 Compilers</a> - (containing version 5.8 of the C and C++ compilers) is required, + Sun Studio 12 Compilers</a> + (containing version 5.9 of the C and C++ compilers) is required, with patches from the <a href="http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/patch-access" target="_blank"> SunSolve web site</a>.
--- a/make/jprt.config Wed Aug 06 14:57:13 2008 -0700 +++ b/make/jprt.config Wed Aug 06 16:39:58 2008 -0700 @@ -146,9 +146,7 @@ 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}"