Skip to content
Snippets Groups Projects
  • Wolfgang Denk's avatar
    2da2d9a4
    Use -g instead of -gstabs in AFLAGS_DEBUG · 2da2d9a4
    Wolfgang Denk authored
    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.
    2da2d9a4
    History
    Use -g instead of -gstabs in AFLAGS_DEBUG
    Wolfgang Denk authored
    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.