comparison components/osx_na7_db @ 105:5c4db73d289a

build system support for memory supervision
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 23 Jul 2018 07:01:39 +0000
parents 1155be085fc1
children f23927230610
comparison
equal deleted inserted replaced
104:82ae724ca0d7 105:5c4db73d289a
4 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" 4 CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork"
5 5
6 # Defines 6 # Defines
7 7
8 CPPFLAGS="-D_TARGET_ -D_NUCLEUS_" 8 CPPFLAGS="-D_TARGET_ -D_NUCLEUS_"
9
10 if [ "$MEMSUPER" != 0 ]
11 then
12 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
13 fi
9 14
10 # Includes 15 # Includes
11 16
12 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/frame/cust_os" 17 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/frame/cust_os"
13 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" 18 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc"