summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-05-20 22:19:15 +0200
committerKoen Kooi <koen@openembedded.org>2010-05-20 22:19:33 +0200
commite0103e89b853908efba8b9c30ce2449184f2e21f (patch)
treecbdcf9eb168b3c3296dcfc96c5e079a22bcc1267
parentf8175bcfbb674f247c6ad7fab57618c7f7aa5ef7 (diff)
downloadopenembedded-e0103e89b853908efba8b9c30ce2449184f2e21f.tar.gz
angstrom: fix java builds
-rw-r--r--conf/distro/include/angstrom.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 8bbd28ee93..c34a0a1875 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -29,6 +29,9 @@ CACHE = "${TMPDIR}/cache/${LIBC}/${MACHINE}"
DEPLOY_DIR = "${TMPDIR}/deploy/${LIBC}"
require conf/distro/include/angstrom-${LIBC}.inc
+# Set some java bits
+require conf/distro//include/sane-toolchain-java.inc
+
# ARM920T and up can use thumb mode to decrease binary size at the expense of speed
# (the complete story is a bit more nuanced due to cache starvation)
# Angstrom turns on thumb for armv4t machine according to this RFC: