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
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
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'
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