diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-07-26 20:29:41 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-07-26 20:29:41 +0000 |
commit | ab8655e3443c1e6216e79784a9b0d68ac577423c (patch) | |
tree | e02ec822a0adeadf7d4b471de35721f156fd29a1 /packages/classpath | |
parent | eadff02771d0745c13f5f44c1dcde20b304d556a (diff) | |
parent | f42b906bc4359d4a18b51fefa3423716c0af30a8 (diff) |
merge of '5ae815d03c9ef1f749d3938f74dbd8e73c455921'
and '8a3d387dc07aa9256e0f2ed81a4e1c1242fdfa6e'
Diffstat (limited to 'packages/classpath')
-rw-r--r-- | packages/classpath/classpath-native.inc | 6 |
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 \ |