view env @ 21573:ffdd2ec86f42

Truffle/Debugging: temporary patches so the DebugEngine will work (partially) with the new TruffleVM framework.
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Wed, 27 May 2015 20:52:21 -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