make/jprt.config

changeset 22
cda4ce5a6494
parent 2
cfeea66a3fa8
child 29
55b2666e52e1
child 30
844619bd3580
     1.1 --- a/make/jprt.config	Fri Jun 20 08:44:54 2008 -0700
     1.2 +++ b/make/jprt.config	Thu Jul 03 10:09:25 2008 -0700
     1.3 @@ -142,9 +142,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