FreeCalypso > hg > fc-selenite
comparison components/abb @ 103:1155be085fc1
components/*: added -g to CFLAGS_gcc
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 22 Jul 2018 20:44:47 +0000 |
parents | a9a7d531e673 |
children |
comparison
equal
deleted
inserted
replaced
102:b65e1c503a14 | 103:1155be085fc1 |
---|---|
6 else | 6 else |
7 IDS=0 | 7 IDS=0 |
8 fi | 8 fi |
9 | 9 |
10 CFLAGS="-mn -mt -mw -me -pw2" | 10 CFLAGS="-mn -mt -mw -me -pw2" |
11 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" | 11 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" |
12 CPPFLAGS="-DIDS=$IDS -DTOOL_CHOICE=0 -D_TMS470" | 12 CPPFLAGS="-DIDS=$IDS -DTOOL_CHOICE=0 -D_TMS470" |
13 | 13 |
14 # Includes | 14 # Includes |
15 | 15 |
16 CPPFLAGS="$CPPFLAGS -I$SRC/nucleus" | 16 CPPFLAGS="$CPPFLAGS -I$SRC/nucleus" |