Re: [yocto] [PATCH] clutter-1.6: make build for armv4t

2012-01-03 Thread Joshua Lock
On 28/12/11 11:46, Wolfgang Denk wrote: Dear Matthew, In message you wrote: On Thu, Dec 22, 2011 at 3:21 AM, Wolfgang Denk wrote: GCC will define __ARM_ARCH_4T__ when building with "-march=3Darmv4t" so we can check this to turn off the use of 'clz' instructions, which otherwise would caus

Re: [yocto] [PATCH] clutter-1.6: make build for armv4t

2011-12-28 Thread Wolfgang Denk
Dear Matthew, In message you wrote: > On Thu, Dec 22, 2011 at 3:21 AM, Wolfgang Denk wrote: > > GCC will define __ARM_ARCH_4T__ when building with "-march=3Darmv4t" so > > we can check this to turn off the use of 'clz' instructions, which > > otherwise would cause compile errors like "selected

Re: [yocto] [PATCH] clutter-1.6: make build for armv4t

2011-12-27 Thread McClintock Matthew-B29882
On Thu, Dec 22, 2011 at 3:21 AM, Wolfgang Denk wrote: > 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'

[yocto] [PATCH] clutter-1.6: make build for armv4t

2011-12-22 Thread Wolfgang Denk
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 --- .../recipes-graphics/clu