On Sat, Mar 19, 2016 at 09:56:48AM +1100, Jonathan Gray wrote:
> Instead of armv4 tuned for strongarm switch to an armv5te default to
> allow additional instructions to be used (clz etc).
>
> armish and zaurus are both xscale (armv5te with additional extensions).
>
> The builtin gcc defines chang
Instead of armv4 tuned for strongarm switch to an armv5te default to
allow additional instructions to be used (clz etc).
armish and zaurus are both xscale (armv5te with additional extensions).
The builtin gcc defines change from
#define __ARM_ARCH_4__ 1
to
#define __ARM_ARCH_5TE__ 1
-mthumb-inte