FreeCalypso > hg > fc-selenite
comparison components/abb @ 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 |
---|---|
6 else | 6 else |
7 IDS=0 | 7 IDS=0 |
8 fi | 8 fi |
9 | 9 |
10 CFLAGS="-mn -mt -mw -me -pw2" | 10 CFLAGS="-mn -mt -mw -me -pw2" |
11 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" | |
11 CPPFLAGS="-DIDS=$IDS -DTOOL_CHOICE=0 -D_TMS470" | 12 CPPFLAGS="-DIDS=$IDS -DTOOL_CHOICE=0 -D_TMS470" |
12 | 13 |
13 # Includes | 14 # Includes |
14 | 15 |
15 CPPFLAGS="$CPPFLAGS -I$SRC/nucleus" | 16 CPPFLAGS="$CPPFLAGS -I$SRC/nucleus" |