make/jprt.config
changeset 816 ef16801b95b1
parent 740 b13aca6dc92a
child 875 c879050e4c17
child 874 638ddad10e12
equal deleted inserted replaced
815:bcb5c0d7c1ab 816:ef16801b95b1
   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