make/jprt.config

changeset 10
9eeb4966acae
parent 1
55540e827aef
child 13
c0252adbb2ab
     1.1 --- a/make/jprt.config	Thu May 22 09:37:38 2008 -0700
     1.2 +++ b/make/jprt.config	Wed Jun 04 09:27:06 2008 -0700
     1.3 @@ -123,9 +123,15 @@
     1.4  	solaris_arch=i386
     1.5      fi
     1.6  
     1.7 -    # Get the SS11 compilers into path (make sure it matches ALT setting)
     1.8 -    compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/SS11/bin
     1.9 -    compiler_name=SS11
    1.10 +    # Get the compilers into path (make sure it matches ALT setting)
    1.11 +    if [ "${JPRT_SOLARIS_COMPILER_NAME}" != "" ] ; then
    1.12 +        compiler_name=${JPRT_SOLARIS_COMPILER_NAME}
    1.13 +    else
    1.14 +        # FIXUP: Change to SS12 when validated
    1.15 +	#compiler_name=SS12
    1.16 +        compiler_name=SS11
    1.17 +    fi
    1.18 +    compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/${compiler_name}/bin
    1.19      ALT_COMPILER_PATH="${compiler_path}"
    1.20      export ALT_COMPILER_PATH
    1.21      dirMustExist "${compiler_path}" ALT_COMPILER_PATH

mercurial