git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8175bc
)
angstrom: fix java builds
author
Koen Kooi
<koen@openembedded.org>
Thu, 20 May 2010 20:19:15 +0000
(22:19 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 20 May 2010 20:19:33 +0000
(22:19 +0200)
conf/distro/include/angstrom.inc
patch
|
blob
|
history
diff --git
a/conf/distro/include/angstrom.inc
b/conf/distro/include/angstrom.inc
index
8bbd28e
..
c34a0a1
100644
(file)
--- 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: