diff options
Diffstat (limited to 'packages/classpath/classpath.inc')
-rw-r--r-- | packages/classpath/classpath.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/classpath/classpath.inc b/packages/classpath/classpath.inc index 0ea5d36f33..cfb9f1c089 100644 --- a/packages/classpath/classpath.inc +++ b/packages/classpath/classpath.inc @@ -20,13 +20,9 @@ SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz" S = "${WORKDIR}/${PBN}-${PV}" -# Newer versions expect setting the compiler through this -# environment variable. -export JAVAC=${STAGING_BINDIR_NATIVE}/javac - EXTRA_OECONF = "\ --with-glibj \ - --with-ecj=${STAGING_BINDIR_NATIVE}/javac \ + --with-ecj=javac \ --with-fastjar=fastjar \ --includedir=${includedir}/classpath \ --with-vm=java \ |