comparison components/l1_int @ 50:a9a7d531e673

components: initial support for gcc
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 19 Jul 2018 19:23:19 +0000
parents b6c8dd9a1b02
children 1eb391057168
comparison
equal deleted inserted replaced
49:19f5e7133949 50:a9a7d531e673
32 fi 32 fi
33 33
34 # Compilation 34 # Compilation
35 35
36 CFLAGS="-g -me -pw2 -mt -o -mw" 36 CFLAGS="-g -me -pw2 -mt -o -mw"
37 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork"
37 CPPFLAGS="-DRV_TRACE_LEVEL_WARNING=2 -DTOOL_CHOICE=0 -D_TMS470" 38 CPPFLAGS="-DRV_TRACE_LEVEL_WARNING=2 -DTOOL_CHOICE=0 -D_TMS470"
38 39
39 # Includes 40 # Includes
40 41
41 CPPFLAGS="$CPPFLAGS -I../config" 42 CPPFLAGS="$CPPFLAGS -I../config"