comparison components/main @ 103:1155be085fc1

components/*: added -g to CFLAGS_gcc
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 22 Jul 2018 20:44:47 +0000
parents 31384f415dae
children 7f0681afe430
comparison
equal deleted inserted replaced
102:b65e1c503a14 103:1155be085fc1
1 # Building main.lib with recompilation of the init module 1 # Building main.lib with recompilation of the init module
2 2
3 # C modules 3 # C modules
4 4
5 CFLAGS="-mn -mt -o -x -mw -me -pw2" 5 CFLAGS="-mn -mt -o -x -mw -me -pw2"
6 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" 6 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb"
7 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" 7 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470"
8 8
9 if [ "$TARGET" = c139 -o "$TARGET" = c11x ] 9 if [ "$TARGET" = c139 -o "$TARGET" = c11x ]
10 then 10 then
11 CPPFLAGS="$CPPFLAGS -DCONFIG_RVTMUX_ON_MODEM" 11 CPPFLAGS="$CPPFLAGS -DCONFIG_RVTMUX_ON_MODEM"