jdk/make/jprt.config
changeset 642 d1f02d5e4c74
parent 2 90ce3da70b43
child 715 f16baef3a20e
equal deleted inserted replaced
531:8850388e2e16 642:d1f02d5e4c74
   131 	solaris_arch=sparc
   131 	solaris_arch=sparc
   132     else
   132     else
   133 	solaris_arch=i386
   133 	solaris_arch=i386
   134     fi
   134     fi
   135 
   135 
   136     # Get the SS11 compilers into path (make sure it matches ALT setting)
   136     # Get the compilers into path (make sure it matches ALT setting)
   137     compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/SS11/bin
   137     if [ "${JPRT_SOLARIS_COMPILER_NAME}" != "" ] ; then
   138     compiler_name=SS11
   138         compiler_name=${JPRT_SOLARIS_COMPILER_NAME}
       
   139     else
       
   140         # FIXUP: Change to SS12 when validated
       
   141 	#compiler_name=SS12
       
   142 	compiler_name=SS11
       
   143     fi
       
   144     compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/${compiler_name}/bin
   139     ALT_COMPILER_PATH="${compiler_path}"
   145     ALT_COMPILER_PATH="${compiler_path}"
   140     export ALT_COMPILER_PATH
   146     export ALT_COMPILER_PATH
   141     dirMustExist "${compiler_path}" ALT_COMPILER_PATH
   147     dirMustExist "${compiler_path}" ALT_COMPILER_PATH
   142     path4sdk=${compiler_path}:${sharebin}:${antbin}:${findbugsbin}
   148     path4sdk=${compiler_path}:${sharebin}:${antbin}:${findbugsbin}
   143 
   149