view env @ 21571:189d7a64b4d9

Truffle/Debugging: fix a python problem with the "sldebug" command
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Wed, 27 May 2015 16:36:03 -0700
parents 23bc51cd8654
children
line wrap: on
line source

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