Dne 12.12.2013 00:34, Geoff Levand napsal(a): > 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/mn10300/Makefile | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/mn10300/Makefile b/arch/mn10300/Makefile > index a3d0fef..f5a9db9 100644 > --- a/arch/mn10300/Makefile > +++ b/arch/mn10300/Makefile > @@ -97,7 +97,6 @@ endef > # that are unhelpful whilst debugging. > ifdef CONFIG_DEBUG_INFO > #KBUILD_CFLAGS += -O1 > -KBUILD_AFLAGS += -Wa,--gdwarf2 > endif This leaves only a commented-out assignment in the ifdef block. Just remove it completely together with the outdated comment above. Same for the frv Makefile. Michal -- 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