aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-10-24 15:17:18 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-10-24 15:17:18 +0200
commit9748d5a9e8aa8bf6dd576e70894b9996c22f7003 (patch)
treebfbdfb6f1ef9d24389e19a3b47ecdc7a883af455 /config.mk
parent8318fbf8cc30418b621ea9f39b84b4c1a08f003a (diff)
parent3a78e3e75b633ecb6413114ffd11e2f000c4f11e (diff)
Merge with /home/wd/git/u-boot/mailing-list/Haavard_Skinnemoen
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index d32f51e90..46e956f6d 100644
--- a/config.mk
+++ b/config.mk
@@ -169,7 +169,7 @@ CFLAGS := $(CPPFLAGS) -Wall -Wno-trigraphs
endif
endif
-AFLAGS_DEBUG := -Wa,-gstabs
+AFLAGS_DEBUG := -Wa,-g
# turn jbsr into jsr for m68k
ifeq ($(ARCH),m68k)