aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wt
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-04-19 21:51:41 +0200
committerLeon Woestenberg <leon@sidebranch.com>2009-04-19 21:51:41 +0200
commitd40ae0dced638f7aa12d855bcc7e69cd636bcd04 (patch)
tree4e62a25d4c1e9bd2ac90e72692d3a762ebd72a01 /recipes/wt
parent6eb7e1f42030cb2370e648898da2ba9cfeff3b5f (diff)
downloadopenembedded-d40ae0dced638f7aa12d855bcc7e69cd636bcd04.tar.gz
wt-2.2.3: ARM_INSTRUCTION_SET = "arm" to workaround toolchain issue.
Works around this: | /tmp/ccGh2Qre.s: Assembler messages: | /tmp/ccGh2Qre.s:2339: Error: selected processor does not support `swp r4,r8,[r5]'
Diffstat (limited to 'recipes/wt')
-rw-r--r--recipes/wt/wt_2.2.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/wt/wt_2.2.3.bb b/recipes/wt/wt_2.2.3.bb
index b9ab7580f8..49fad6de91 100644
--- a/recipes/wt/wt_2.2.3.bb
+++ b/recipes/wt/wt_2.2.3.bb
@@ -12,6 +12,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/witty/wt-${PV}.tar.gz \
FILES_${PN} += "${datadir}/Wt"
FILES_${PN}-dev += "${datadir}/cmake-2.*"
+ARM_INSTRUCTION_SET = "arm"
+
inherit cmake
STAGE_TEMP = "${WORKDIR}/temp-staging"