]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - config.mk
Update CHANGELOG.
[people/ms/u-boot.git] / config.mk
index d32f51e90b08f054bf43b1842991c7d85ab1d8db..f65d3ca48d280c0ca5717e408a9ccc783adb4cb7 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -169,7 +169,9 @@ CFLAGS := $(CPPFLAGS) -Wall -Wno-trigraphs
 endif
 endif
 
-AFLAGS_DEBUG := -Wa,-gstabs
+# $(CPPFLAGS) sets -g, which causes gcc to pass a suitable -g<format>
+# option to the assembler.
+AFLAGS_DEBUG :=
 
 # turn jbsr into jsr for m68k
 ifeq ($(ARCH),m68k)