tremor: suppress thumb mode for this package due to inline asm
authorPhil Blundell <philb@gnu.org>
Mon, 27 Oct 2008 12:02:44 +0000 (12:02 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 27 Oct 2008 12:02:44 +0000 (12:02 +0000)
packages/tremor/tremor_20041119.bb

index 666b6c2..de8ee92 100644 (file)
@@ -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"