aboutsummaryrefslogtreecommitdiffstats
path: root/packages/classpath
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-07-26 20:29:41 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-07-26 20:29:41 +0000
commitab8655e3443c1e6216e79784a9b0d68ac577423c (patch)
treee02ec822a0adeadf7d4b471de35721f156fd29a1 /packages/classpath
parenteadff02771d0745c13f5f44c1dcde20b304d556a (diff)
parentf42b906bc4359d4a18b51fefa3423716c0af30a8 (diff)
downloadopenembedded-ab8655e3443c1e6216e79784a9b0d68ac577423c.tar.gz
merge of '5ae815d03c9ef1f749d3938f74dbd8e73c455921'
and '8a3d387dc07aa9256e0f2ed81a4e1c1242fdfa6e'
Diffstat (limited to 'packages/classpath')
-rw-r--r--packages/classpath/classpath-native.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/classpath/classpath-native.inc b/packages/classpath/classpath-native.inc
index bb5abaf178..94eac9633e 100644
--- a/packages/classpath/classpath-native.inc
+++ b/packages/classpath/classpath-native.inc
@@ -10,9 +10,13 @@ DEPENDS = "ecj-initial fastjar-native zip-native"
inherit autotools native
+export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial"
+
+# Note: the --with-ecj options seems redundant but is
+# for compatibility with older classpath versions.
EXTRA_OECONF = "\
- --with-glibj \
--with-ecj=${STAGING_BINDIR_NATIVE}/ecj-initial \
+ --with-glibj \
--with-fastjar=fastjar \
--enable-local-sockets \
--disable-alsa \