comparison components/tpudrv @ 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 1155be085fc1
comparison
equal deleted inserted replaced
49:19f5e7133949 50:a9a7d531e673
1 # Building tpudrv.lib 1 # Building tpudrv.lib
2 2
3 CFLAGS="-g -me -pw2 -mt -o2 -mw" 3 CFLAGS="-g -me -pw2 -mt -o2 -mw"
4 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork"
4 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" 5 CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470"
5 6
6 # Includes 7 # Includes
7 8
8 CPPFLAGS="$CPPFLAGS -I../config" 9 CPPFLAGS="$CPPFLAGS -I../config"