make/jprt.config

changeset 10
9eeb4966acae
parent 1
55540e827aef
child 13
c0252adbb2ab
equal deleted inserted replaced
8:27509b7d21ed 10:9eeb4966acae
121 solaris_arch=sparc 121 solaris_arch=sparc
122 else 122 else
123 solaris_arch=i386 123 solaris_arch=i386
124 fi 124 fi
125 125
126 # Get the SS11 compilers into path (make sure it matches ALT setting) 126 # Get the compilers into path (make sure it matches ALT setting)
127 compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/SS11/bin 127 if [ "${JPRT_SOLARIS_COMPILER_NAME}" != "" ] ; then
128 compiler_name=SS11 128 compiler_name=${JPRT_SOLARIS_COMPILER_NAME}
129 else
130 # FIXUP: Change to SS12 when validated
131 #compiler_name=SS12
132 compiler_name=SS11
133 fi
134 compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/${compiler_name}/bin
129 ALT_COMPILER_PATH="${compiler_path}" 135 ALT_COMPILER_PATH="${compiler_path}"
130 export ALT_COMPILER_PATH 136 export ALT_COMPILER_PATH
131 dirMustExist "${compiler_path}" ALT_COMPILER_PATH 137 dirMustExist "${compiler_path}" ALT_COMPILER_PATH
132 path4sdk=${compiler_path}:${sharebin}:${antbin}:${findbugsbin} 138 path4sdk=${compiler_path}:${sharebin}:${antbin}:${findbugsbin}
133 139

mercurial