]> git.pld-linux.org Git - packages/crossavr-libc.git/blame - crossavr-libc-dwarf2.patch
- patches from WinAVR project (http://winavr.sourceforge.net).
[packages/crossavr-libc.git] / crossavr-libc-dwarf2.patch
CommitLineData
ea009d2e 1--- AvrCommon.am.old 2007-05-24 08:25:29.437500000 -0600
2+++ AvrCommon.am 2007-05-24 08:28:59.984375000 -0600
3@@ -34,9 +34,9 @@
4
5 AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include
6
7-AVRLIB_CFLAGS = -gstabs -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
8+AVRLIB_CFLAGS = -gdwarf-2 -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
9
10-AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
11+AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gdwarf-2 -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
12
13 AM_CFLAGS = $(AVRLIB_CFLAGS)
14 AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
15--- AvrCommonLibC.am.old 2007-06-03 13:53:46.021828600 -0600
16+++ AvrCommonLibC.am 2007-06-03 13:54:04.807390200 -0600
17@@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/common -I$
18
19 AVRLIB_CFLAGS = -g -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
20
21-AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
22+AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gdwarf-2 -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
23
24 AM_CFLAGS = $(AVRLIB_CFLAGS)
25 AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
This page took 0.037375 seconds and 4 git commands to generate.