make/jprt.config

changeset 22
cda4ce5a6494
parent 2
cfeea66a3fa8
child 29
55b2666e52e1
child 30
844619bd3580
equal deleted inserted replaced
19:14c2c623d687 22:cda4ce5a6494
140 solaris_arch=sparc 140 solaris_arch=sparc
141 else 141 else
142 solaris_arch=i386 142 solaris_arch=i386
143 fi 143 fi
144 144
145 # Get the SS11 compilers into path (make sure it matches ALT setting) 145 # Get the compilers into path (make sure it matches ALT setting)
146 compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/SS11/bin 146 if [ "${JPRT_SOLARIS_COMPILER_NAME}" != "" ] ; then
147 compiler_name=SS11 147 compiler_name=${JPRT_SOLARIS_COMPILER_NAME}
148 else
149 # FIXUP: Change to SS12 when validated
150 #compiler_name=SS12
151 compiler_name=SS11
152 fi
153 compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/${compiler_name}/bin
148 ALT_COMPILER_PATH="${compiler_path}" 154 ALT_COMPILER_PATH="${compiler_path}"
149 export ALT_COMPILER_PATH 155 export ALT_COMPILER_PATH
150 dirMustExist "${compiler_path}" ALT_COMPILER_PATH 156 dirMustExist "${compiler_path}" ALT_COMPILER_PATH
151 path4sdk=${compiler_path}:${sharebin}:${antbin}:${findbugsbin} 157 path4sdk=${compiler_path}:${sharebin}:${antbin}:${findbugsbin}
152 158

mercurial