On 2011-02-15 10:12 PM, Jochen Friedrich wrote:
> In this case we should convert the ifneq contructs in rules.mk, as 
> well, to make sure each arch is compiled with the correctly 
> configured compiler:
> 
> ifneq ($(findstring -march=armv4,$(TARGET_OPTIMIZATION)),)
>    ARCH_SUFFIX:=_v4
> endif
> ifneq ($(findstring -march=armv4t,$(TARGET_OPTIMIZATION)),)
>    ARCH_SUFFIX:=_v4t
> endif
> ifneq ($(findstring -march=armv5t,$(TARGET_OPTIMIZATION)),)
>    ARCH_SUFFIX:=_v5t
> endif
> ifneq ($(findstring -march=armv5te,$(TARGET_OPTIMIZATION)),)
>    ARCH_SUFFIX:=_v5te
> endif
Sounds good

- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to