[oe-commits] Phil Blundell : tremor: suppress thumb mode for this package due to inline asm

GIT User account git at amethyst.openembedded.net
Mon Oct 27 12:05:32 UTC 2008


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

Author: Phil Blundell <philb at gnu.org>
Date:   Mon Oct 27 12:02:44 2008 +0000

tremor: suppress thumb mode for this package due to inline asm

---

 packages/tremor/tremor_20041119.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/packages/tremor/tremor_20041119.bb b/packages/tremor/tremor_20041119.bb
index 666b6c2..de8ee92 100644
--- a/packages/tremor/tremor_20041119.bb
+++ b/packages/tremor/tremor_20041119.bb
@@ -6,6 +6,9 @@ LICENSE = "BSD"
 SRCDATE = "${PV}"
 PR = "r1"
 
+# tremor makes heavy use of non-thumb-compatible inline asm.
+ARM_INSTRUCTION_SET = "arm"
+
 SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http"
 
 S = "${WORKDIR}/Tremor"





More information about the Openembedded-commits mailing list