aboutsummaryrefslogtreecommitdiffstats
path: root/packages/jamvm
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-10-19 23:42:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-19 23:42:10 +0000
commit18fcf10558f472478258568f976e5bbd82d0b3d9 (patch)
treebc38bd06b6d8a479865f4f4cffe187b0463fe420 /packages/jamvm
parentc5c2dbb9aa59b0fc86e06182d527004d95e8c5e8 (diff)
downloadopenembedded-18fcf10558f472478258568f976e5bbd82d0b3d9.tar.gz
jamvm: thumb builds; force use of arm because of assembler within v 1.3.2
- the code has ARM assembler, which doesn't work when compiled -mthumb - so disable -mthumb by setting ARM_INSTRUCTION_SET="", only affects - thumb builds (no PR bump - it didn't even compile before.)
Diffstat (limited to 'packages/jamvm')
-rw-r--r--packages/jamvm/jamvm_1.3.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/jamvm/jamvm_1.3.2.bb b/packages/jamvm/jamvm_1.3.2.bb
index 7d674dc720..60b5aaafd4 100644
--- a/packages/jamvm/jamvm_1.3.2.bb
+++ b/packages/jamvm/jamvm_1.3.2.bb
@@ -11,6 +11,9 @@ RDEPENDS = "classpath (>= 0.14) classpath-common (>= 0.14)"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \
file://jamvm-1.3.1-size-defaults.patch;patch=1"
+# This uses 32 bit arm, so force the instruction set to arm, not thumb
+ARM_INSTRUCTION_SET = ""
+
inherit autotools update-alternatives
EXTRA_OECONF = "--with-classpath-install-dir=${prefix}"