disapproval of revision 'ff3cafe77c935d7b92703d6844722054ef7f9774'
authorRobert Schuster <thebohemian@gmx.net>
Sun, 27 Jul 2008 15:34:08 +0000 (15:34 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Sun, 27 Jul 2008 15:34:08 +0000 (15:34 +0000)
packages/classpath/classpath-native.inc
packages/classpath/classpath.inc

index 310ca3c..bb5abaf 100644 (file)
@@ -10,10 +10,6 @@ DEPENDS = "ecj-initial fastjar-native zip-native"
 
 inherit autotools native
 
-# Newer versions expect setting the compiler through this
-# environment variable.
-export JAVAC=${STAGING_BINDIR_NATIVE}/ecj-initial
-
 EXTRA_OECONF = "\
   --with-glibj \
   --with-ecj=${STAGING_BINDIR_NATIVE}/ecj-initial \
index 0ea5d36..cfb9f1c 100644 (file)
@@ -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 \