FreeCalypso > hg > fc-selenite
comparison components/l1_ext @ 103:1155be085fc1
components/*: added -g to CFLAGS_gcc
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 22 Jul 2018 20:44:47 +0000 |
parents | 1eb391057168 |
children |
comparison
equal
deleted
inserted
replaced
102:b65e1c503a14 | 103:1155be085fc1 |
---|---|
1 # Building l1_ext.lib | 1 # Building l1_ext.lib |
2 | 2 |
3 CFLAGS="-g -me -pw2 -mt -o -mw" | 3 CFLAGS="-g -me -pw2 -mt -o -mw" |
4 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" | 4 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" |
5 CPPFLAGS="-DRV_TRACE_LEVEL_WARNING=2 -DTOOL_CHOICE=0 -D_TMS470" | 5 CPPFLAGS="-DRV_TRACE_LEVEL_WARNING=2 -DTOOL_CHOICE=0 -D_TMS470" |
6 | 6 |
7 # Includes | 7 # Includes |
8 | 8 |
9 CPPFLAGS="$CPPFLAGS -I../config" | 9 CPPFLAGS="$CPPFLAGS -I../config" |