Merge
authorohair
Mon, 07 Jul 2008 09:11:55 -0700
changeset 741 32027e94348b
parent 737 bee4731164a0 (current diff)
parent 740 b13aca6dc92a (diff)
child 742 d9dc137c39e1
Merge
--- a/make/jprt.config	Wed Jul 05 16:38:25 2017 +0200
+++ b/make/jprt.config	Mon Jul 07 09:11:55 2008 -0700
@@ -142,9 +142,15 @@
 	solaris_arch=i386
     fi
 
-    # Get the SS11 compilers into path (make sure it matches ALT setting)
-    compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/SS11/bin
-    compiler_name=SS11
+    # Get the compilers into path (make sure it matches ALT setting)
+    if [ "${JPRT_SOLARIS_COMPILER_NAME}" != "" ] ; then
+        compiler_name=${JPRT_SOLARIS_COMPILER_NAME}
+    else
+        # FIXUP: Change to SS12 when validated
+	#compiler_name=SS12
+	compiler_name=SS11
+    fi
+    compiler_path=${jdk_devtools}/${solaris_arch}/SUNWspro/${compiler_name}/bin
     ALT_COMPILER_PATH="${compiler_path}"
     export ALT_COMPILER_PATH
     dirMustExist "${compiler_path}" ALT_COMPILER_PATH