From: Phil Blundell Date: Mon, 27 Oct 2008 12:02:44 +0000 (+0000) Subject: tremor: suppress thumb mode for this package due to inline asm X-Git-Tag: Release-2010-05/1~5605 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e96dd6b1e5f6bef8d21e18ad5711ac303d293f3e;p=openembedded.git tremor: suppress thumb mode for this package due to inline asm --- 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"