From: Khem Raj Date: Sat, 21 Aug 2010 06:28:50 +0000 (-0700) Subject: clutter_0.8+git.bb: When compiling for ARM always use 32bit(arm) instruction set X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e49826bf02637ece383bf1c823710e96558640b3;p=openembedded.git clutter_0.8+git.bb: When compiling for ARM always use 32bit(arm) instruction set * Clutter has some inline asm which is not thumb friendly. Signed-off-by: Khem Raj --- diff --git a/recipes/clutter/clutter_0.8+git.bb b/recipes/clutter/clutter_0.8+git.bb index b6f52cf4c3..692154df9a 100644 --- a/recipes/clutter/clutter_0.8+git.bb +++ b/recipes/clutter/clutter_0.8+git.bb @@ -12,4 +12,4 @@ SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter S = "${WORKDIR}/git" - +ARM_INSTRUCTION_SET = "arm"