changeset 21569:23bc51cd8654

ghost entry in hg's model
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Tue, 26 May 2015 16:44:24 -0700
parents 3b8bbf51d320
children fc376e0b80ba
files env
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/env	Tue May 26 16:44:24 2015 -0700
@@ -0,0 +1,15 @@
+DEFAULT_VM=server
+
+LANG=en_US.UTF-8
+
+USE_PRECOMPILED_HEADER=0
+
+# Use clang instead of gcc.
+COMPILER_WARNINGS_FATAL=false
+USE_CLANG=true
+LFLAGS=-Xlinker -lstdc++
+
+# Which JDK to use for javac (and others).
+JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home
+
+EXTRA_JAVA_HOMES=/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home