diff options
author | Phil Blundell <philb@gnu.org> | 2008-10-27 12:02:44 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2008-10-27 12:02:44 +0000 |
commit | e96dd6b1e5f6bef8d21e18ad5711ac303d293f3e (patch) | |
tree | a3abb0a8a630d90165ba8bb9fbdebc7f1b0edcf0 | |
parent | 00de032e4913394d03bdf3f5c9015d1c879dabe5 (diff) |
tremor: suppress thumb mode for this package due to inline asm
-rw-r--r-- | 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 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" |