all: LLVMLinux: Change DWARF flag to support gcc and clang
[linux-2.6-block.git] / Makefile
index cdaa5b6a1c4d6e43e4c0c784831e1e3cb0d9fae5..cd64f66b2a7ec4308ed20011a90f593c715f0bdf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -671,7 +671,7 @@ endif
 
 ifdef CONFIG_DEBUG_INFO
 KBUILD_CFLAGS  += -g
-KBUILD_AFLAGS  += -Wa,--gdwarf-2
+KBUILD_AFLAGS  += -Wa,-gdwarf-2
 endif
 
 ifdef CONFIG_DEBUG_INFO_REDUCED