diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-04-19 21:51:41 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-04-19 21:51:41 +0200 |
commit | d40ae0dced638f7aa12d855bcc7e69cd636bcd04 (patch) | |
tree | 4e62a25d4c1e9bd2ac90e72692d3a762ebd72a01 /recipes/wt/wt_2.2.3.bb | |
parent | 6eb7e1f42030cb2370e648898da2ba9cfeff3b5f (diff) |
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/wt_2.2.3.bb')
-rw-r--r-- | recipes/wt/wt_2.2.3.bb | 2 |
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" |