[MSP430] Add gstabs debug information (dwarf is broken)

Currently there is an linker error when compiling with debug information.
This is only the case for dwarf (the default). Everything is fine with
stabs, thus allowing to debug and use all the other nice tools like
"objdump -S".
This commit is contained in:
Moritz 'Morty' Strübe 2014-10-09 09:02:09 +02:00
parent 7c55290c32
commit e9ac379730
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ ifdef nodeid
CFLAGS += -DNODEID=$(nodeid)
endif
CFLAGS += -gstabs+
.SUFFIXES:
### Define the CPU directory