[oe] [PATCH] sane-toolchain.inc: THUMB_INTERWORK should not be defined for armv4 and add armv4 to ARM EABI supporting architectures.

Phil Blundell philb at gnu.org
Mon Jul 19 20:20:52 UTC 2010


On Mon, 2010-07-19 at 01:24 -0700, Khem Raj wrote:
>  	import bb
>  	arm_eabi_supporting_arches = "armv6 armv6-novfp \
> -	armv5te iwmmxt armv7a armv7 armv5teb armv4t"
> +	armv5te iwmmxt armv7a armv7 armv5teb armv4t armv4"
>  	ppc_spe_supporting_arches = "ppce500v2 ppce500"

I guess it would make more sense to enumerate here the ARM arches which
don't support eabi.  All future ones will, presumably, so it's only
ARMv3 and older which don't.  That way we won't have to keep adjusting
this list for every new architecture variant that someone thinks up.

p.






More information about the Openembedded-devel mailing list