comparison components/osx @ 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
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_" 7 CPPFLAGS="-D_TARGET_ -D_NUCLEUS_"
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/frame/cust_os" 16 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/frame/cust_os"
12 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" 17 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc"