[oe-commits] Leon Woestenberg : wt-2.2.3: ARM_INSTRUCTION_SET = "arm" to workaround toolchain issue.

GIT User account git at amethyst.openembedded.net
Sun Apr 19 19:56:50 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d40ae0dced638f7aa12d855bcc7e69cd636bcd04
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d40ae0dced638f7aa12d855bcc7e69cd636bcd04

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sun Apr 19 21:51:41 2009 +0200

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]'

---

 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 b9ab758..49fad6d 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"





More information about the Openembedded-commits mailing list