FreeCalypso > hg > fc-tourmaline
comparison components/misc_ir @ 38:e58a5bb12de4
experimental support for GPF memory supervision
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 17 Oct 2020 07:35:14 +0000 |
| parents | b5a5e3ea94ed |
| children | 58b05205d579 |
comparison
equal
deleted
inserted
replaced
| 37:820ce39cf6df | 38:e58a5bb12de4 |
|---|---|
| 3 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" | 3 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" |
| 4 | 4 |
| 5 # Defines | 5 # Defines |
| 6 | 6 |
| 7 CPPFLAGS="-D_TARGET_ -D_NUCLEUS_ -DRUN_INT_RAM" | 7 CPPFLAGS="-D_TARGET_ -D_NUCLEUS_ -DRUN_INT_RAM" |
| 8 | |
| 9 if [ "$MEMSUPER" != 0 ] | |
| 10 then | |
| 11 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" | |
| 12 fi | |
| 8 | 13 |
| 9 # Includes | 14 # Includes |
| 10 | 15 |
| 11 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/misc" | 16 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/misc" |
| 12 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc" | 17 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc" |
