FreeCalypso > hg > fc-selenite
comparison components/drivers_flash @ 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 | 5b0e7f9b3d05 |
comparison
equal
deleted
inserted
replaced
102:b65e1c503a14 | 103:1155be085fc1 |
---|---|
1 # Building drivers_flash.lib | 1 # Building drivers_flash.lib |
2 | 2 |
3 CFLAGS="-me -pw2 -mn -x -mt -o2 -mw" | 3 CFLAGS="-me -pw2 -mn -x -mt -o2 -mw" |
4 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" | 4 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" |
5 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" | 5 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" |
6 | 6 |
7 # Includes | 7 # Includes |
8 | 8 |
9 CPPFLAGS="$CPPFLAGS -I../config" | 9 CPPFLAGS="$CPPFLAGS -I../config" |
66 c_file $SRCDIR/abb/abb_core_inth.c | 66 c_file $SRCDIR/abb/abb_core_inth.c |
67 | 67 |
68 # niq32 | 68 # niq32 |
69 | 69 |
70 CFLAGS="-me -pw2 -x -o -mw" | 70 CFLAGS="-me -pw2 -x -o -mw" |
71 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" | 71 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" |
72 | 72 |
73 c_file $SRCDIR/inth/niq32.c | 73 c_file $SRCDIR/inth/niq32.c |