The gereric makefile now sets '-Wa,--gdwarf2' in KBUILD_AFLAGS, so this setting is no longer needed in arch makefiles. Cc: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Geoff Levand <geoff@xxxxxxxxxxxxx> for Huawei, Linaro --- arch/frv/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/frv/Makefile b/arch/frv/Makefile index 4d1b1e9..5b838db 100644 --- a/arch/frv/Makefile +++ b/arch/frv/Makefile @@ -78,7 +78,6 @@ KBUILD_AFLAGS += -mno-fdpic # and disable optimisations that are unhelpful whilst debugging ifdef CONFIG_DEBUG_INFO #KBUILD_CFLAGS += -O1 -KBUILD_AFLAGS += -Wa,--gdwarf2 endif head-y := arch/frv/kernel/head.o -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html