6830815: jprt.config not setting proper compiler version for use in 6u14
Add the 6u14 option to the jprt.config file in workspace Reviewed-by: ohair
This commit is contained in:
parent
62717f091a
commit
cdcc52dcab
@ -73,6 +73,7 @@ if [ "${osname}" = SunOS ] ; then
|
|||||||
else
|
else
|
||||||
if [ "${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6" -o \
|
if [ "${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6" -o \
|
||||||
"${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6u10" -o \
|
"${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6u10" -o \
|
||||||
|
"${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6u14" -o \
|
||||||
"${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6perf" ] ; then
|
"${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6perf" ] ; then
|
||||||
# All jdk6 builds use SS11
|
# All jdk6 builds use SS11
|
||||||
compiler_name=SS11
|
compiler_name=SS11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user