comparison make/jprt.config @ 713:4961a8a726a4

6830815: jprt.config not setting proper compiler version for use in 6u14 Summary: Add the 6u14 option to the jprt.config file in workspace Reviewed-by: ohair
author trims
date Wed, 15 Apr 2009 21:31:46 -0700
parents 4852f4a82e58
children
comparison
equal deleted inserted replaced
712:6e33bfd4139b 713:4961a8a726a4
71 if [ "${JPRT_SOLARIS_COMPILER_NAME}" != "" ] ; then 71 if [ "${JPRT_SOLARIS_COMPILER_NAME}" != "" ] ; then
72 compiler_name=${JPRT_SOLARIS_COMPILER_NAME} 72 compiler_name=${JPRT_SOLARIS_COMPILER_NAME}
73 else 73 else
74 if [ "${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6" -o \ 74 if [ "${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6" -o \
75 "${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6u10" -o \ 75 "${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6u10" -o \
76 "${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6u14" -o \
76 "${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6perf" ] ; then 77 "${JPRT_JOB_PRODUCT_RELEASE}" = "jdk6perf" ] ; then
77 # All jdk6 builds use SS11 78 # All jdk6 builds use SS11
78 compiler_name=SS11 79 compiler_name=SS11
79 else 80 else
80 compiler_name=SS12 81 compiler_name=SS12