#! /bin/sh
# We use the jikes compiler detected by configure
/usr/bin/ecj -bootclasspath  /usr/lib/jvm/java-1.5.0-kaffe-1.5.0.00/jre/lib/glibj.zip ${1+"$@"}
exit $?
