diff mbox

[2/3] frv: Remove redundent debugging info flag

Message ID fb11b985956d286c2cece8a843c2ff6121c0e78a.1386804405.git.geoff@infradead.org (mailing list archive)
State New, archived
Headers show

Commit Message

Geoff Levand Dec. 11, 2013, 11:34 p.m. UTC
The gereric makefile now sets '-Wa,--gdwarf2' in KBUILD_AFLAGS, so
this setting is no longer needed in arch makefiles.

Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Geoff Levand <geoff@infradead.org> for Huawei, Linaro
---
 arch/frv/Makefile | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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