summaryrefslogtreecommitdiffstats
path: root/meta/packages/tremor
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-12-19 11:51:13 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-12-19 11:51:13 +0000
commita54c23a08dead254b5f269e46f6dd2591ac369e5 (patch)
treef299a3d85b77b2bb99d1a063e7aa993085cee088 /meta/packages/tremor
parent053e6d02dd9f445242220b458cd298235ea2b7ad (diff)
downloadpoky-a54c23a08dead254b5f269e46f6dd2591ac369e5.tar.gz
tremor: use ARM instruction set when building for Thumb
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3354 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tremor')
-rw-r--r--meta/packages/tremor/tremor_20041119.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/tremor/tremor_20041119.bb b/meta/packages/tremor/tremor_20041119.bb
index b37cba5b4c..f745ba61cc 100644
--- a/meta/packages/tremor/tremor_20041119.bb
+++ b/meta/packages/tremor/tremor_20041119.bb
@@ -25,3 +25,5 @@ do_stage() {
25 libdir=${STAGING_LIBDIR} \ 25 libdir=${STAGING_LIBDIR} \
26 datadir=${STAGING_DATADIR} 26 datadir=${STAGING_DATADIR}
27} 27}
28
29ARM_INSTRUCTION_SET = "arm"