On Tue, 15 Feb 2011 22:45:26 +0100, Felix Fietkau <[email protected]> wrote:

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

If you didn't want to list every arm processor there, neither do it here.


Imre
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to