corba/make/jprt.config
changeset 928 455092274fd1
parent 718 8e2f588d7b97
child 1196 8004ddea3ea2
equal deleted inserted replaced
927:c590b856cfe2 928:455092274fd1
   125 
   125 
   126     # Get the compilers into path (make sure it matches ALT setting)
   126     # Get the compilers into path (make sure it matches ALT setting)
   127     if [ "${JPRT_SOLARIS_COMPILER_NAME}" != "" ] ; then
   127     if [ "${JPRT_SOLARIS_COMPILER_NAME}" != "" ] ; then
   128         compiler_name=${JPRT_SOLARIS_COMPILER_NAME}
   128         compiler_name=${JPRT_SOLARIS_COMPILER_NAME}
   129     else
   129     else
   130         # FIXUP: Change to SS12 when validated
   130 	compiler_name=SS12
   131 	#compiler_name=SS12
       
   132         compiler_name=SS11
       
   133     fi
   131     fi
   134     compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/${compiler_name}/bin
   132     compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/${compiler_name}/bin
   135     ALT_COMPILER_PATH="${compiler_path}"
   133     ALT_COMPILER_PATH="${compiler_path}"
   136     export ALT_COMPILER_PATH
   134     export ALT_COMPILER_PATH
   137     dirMustExist "${compiler_path}" ALT_COMPILER_PATH
   135     dirMustExist "${compiler_path}" ALT_COMPILER_PATH