# Set the paths for your tools in this file

set JAVA_HOME /tmp/ksusu

set JAVA_CLASSPATH /tmp/ksusu/src:/usr/local/gcc-3.1/share/libgcj.jar:.

set JAVAC ${JAVA_HOME}/src/ksusu.bin

set JAVAC_FLAGS "-v"

set JAVA /usr/local/gcc-3.1/bin/gij

set JAVA_FLAGS ""

# Set compiler specific test constraints.
# This one will skip any test marked with
# the {atfile} constraint when running gcj.

set tcltest::testConstraints(atfiles) 0

# This activates encoding support.
set JAVAC_ENCODING_FLAG "--encoding="
set tcltest::testConstraints(encoding) 1

# Activate gcj only test cases
set tcltest::testConstraints(gcj) 1

