]> git.ipfire.org Git - people/ms/u-boot.git/commit
Use -g instead of -gstabs in AFLAGS_DEBUG
authorWolfgang Denk <wd@pollux.denx.de>
Tue, 24 Oct 2006 11:57:33 +0000 (13:57 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Tue, 24 Oct 2006 11:57:33 +0000 (13:57 +0200)
commit2da2d9a4766063b9848f3a35ad6025499cf87265
treed67008a137c040c4ebdc63313ae6e445853b9aeb
parent965829872169c2996023840d98e1d85ad148d629
Use -g instead of -gstabs in AFLAGS_DEBUG
Patch by Haavard Skinnemoen, 30 Aug 2006

In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
matter what the target's preferred debugging format is. This patch
simply replaces -gstabs with -g, so that the default debugging format
for the architecture is used.
config.mk