aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tremor
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2008-10-27 12:02:44 +0000
committerPhil Blundell <philb@gnu.org>2008-10-27 12:02:44 +0000
commite96dd6b1e5f6bef8d21e18ad5711ac303d293f3e (patch)
treea3abb0a8a630d90165ba8bb9fbdebc7f1b0edcf0 /packages/tremor
parent00de032e4913394d03bdf3f5c9015d1c879dabe5 (diff)
downloadopenembedded-e96dd6b1e5f6bef8d21e18ad5711ac303d293f3e.tar.gz
tremor: suppress thumb mode for this package due to inline asm
Diffstat (limited to 'packages/tremor')
-rw-r--r--packages/tremor/tremor_20041119.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/tremor/tremor_20041119.bb b/packages/tremor/tremor_20041119.bb
index 666b6c2563..de8ee927ea 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"