commit | dbeba6c921aa93970f8587704cd5b9359d9613f8 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Tue Oct 24 13:57:33 2006 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Tue Oct 24 13:57:33 2006 +0200 |
tree | d67008a137c040c4ebdc63313ae6e445853b9aeb | |
parent | 29be6227aef2fe801b99329d9f3dfef3cf80353e [diff] |
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.