ipq806x: sync image filename with dt compatible string
[openwrt/staging/wigyori.git] / target / linux / ipq806x / patches-4.9 / 0065-arm-override-compiler-flags.patch
1 From 4d8e29642661397a339ac3485f212c6360445421 Mon Sep 17 00:00:00 2001
2 From: John Crispin <john@phrozen.org>
3 Date: Thu, 9 Mar 2017 09:33:32 +0100
4 Subject: [PATCH 65/69] arm: override compiler flags
5
6 Signed-off-by: John Crispin <john@phrozen.org>
7 ---
8 arch/arm/Makefile | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/arch/arm/Makefile
12 +++ b/arch/arm/Makefile
13 @@ -65,7 +65,7 @@ KBUILD_CFLAGS += $(call cc-option,-fno-i
14 # macro, but instead defines a whole series of macros which makes
15 # testing for a specific architecture or later rather impossible.
16 arch-$(CONFIG_CPU_32v7M) =-D__LINUX_ARM_ARCH__=7 -march=armv7-m -Wa,-march=armv7-m
17 -arch-$(CONFIG_CPU_32v7) =-D__LINUX_ARM_ARCH__=7 $(call cc-option,-march=armv7-a,-march=armv5t -Wa$(comma)-march=armv7-a)
18 +arch-$(CONFIG_CPU_32v7) =-D__LINUX_ARM_ARCH__=7 -mcpu=cortex-a15
19 arch-$(CONFIG_CPU_32v6) =-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6,-march=armv5t -Wa$(comma)-march=armv6)
20 # Only override the compiler option if ARMv6. The ARMv6K extensions are
21 # always available in ARMv7