make/jprt.properties
changeset 33036 13f0ed5d0335
parent 33033 74889aa3f5af
parent 33029 06a8c5e5959b
child 33951 cc5ca0725e70
child 33396 19196d07fa98
--- a/make/jprt.properties	Mon Oct 12 14:44:02 2015 -0700
+++ b/make/jprt.properties	Tue Oct 20 08:24:24 2015 -0700
@@ -122,11 +122,16 @@
 jprt.i586.productOpen.build.configure.args=				\
     ${my.i586.default.build.configure.args}				\
     ${jprt.productOpen.build.configure.args}
+jprt.linux_i586.build.configure.args=					\
+    --with-devkit=$GCC492_OEL64_HOME					\
+    ${jprt.i586.build.configure.args}
+jprt.linux_x64.build.configure.args=					\
+    --with-devkit=$GCC492_OEL64_HOME
 jprt.windows_i586.build.configure.args=					\
-    --with-devkit=$VS2013_HOME						\
+    --with-devkit=$VS2013SP4_HOME					\
     ${jprt.i586.build.configure.args}
 jprt.windows_x64.build.configure.args=					\
-    --with-devkit=$VS2013_HOME
+    --with-devkit=$VS2013SP4_HOME
 jprt.macosx_x64.build.configure.args=                    \
     --with-devkit=$XCODE_511_HOME