]> code.ossystems Code Review - openembedded-core.git/commit
clutter-1.6: make build for armv4t
authorWolfgang Denk <wd@denx.de>
Thu, 22 Dec 2011 09:21:09 +0000 (10:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:39:07 +0000 (16:39 +0000)
commit6859e3fc34269620146d26eeecc9b93c3a9d7055
tree67831b0ed1f705f039deeb989c2563ec3b2993fa
parenteb014a992e0f3e6ddb4eee8e1287d28ac2f09e00
clutter-1.6: make build for armv4t

GCC will define __ARM_ARCH_4T__ when building with "-march=armv4t" so
we can check this to turn off the use of 'clz' instructions, which
otherwise would cause compile errors like "selected processor does
not support ARM mode `clz r3,r0'".

Signed-off-by: Wolfgang Denk <wd@denx.de>
meta/recipes-graphics/clutter/clutter-1.6_1.6.14.bb
meta/recipes-graphics/clutter/clutter/fix_build_for_armv4t.patch [new file with mode: 0644]