git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00de032
)
tremor: suppress thumb mode for this package due to inline asm
author
Phil Blundell
<philb@gnu.org>
Mon, 27 Oct 2008 12:02:44 +0000
(12:02 +0000)
committer
Phil Blundell
<philb@gnu.org>
Mon, 27 Oct 2008 12:02:44 +0000
(12:02 +0000)
packages/tremor/tremor_20041119.bb
patch
|
blob
|
history
diff --git
a/packages/tremor/tremor_20041119.bb
b/packages/tremor/tremor_20041119.bb
index
666b6c2
..
de8ee92
100644
(file)
--- 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"