comparison components/sim_b_lib @ 38:e58a5bb12de4

experimental support for GPF memory supervision
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 07:35:14 +0000
parents fdc83c1ab3ff
children
comparison
equal deleted inserted replaced
37:820ce39cf6df 38:e58a5bb12de4
64 if [ "$ALLOW_CSIM_GSM" = 1 ] 64 if [ "$ALLOW_CSIM_GSM" = 1 ]
65 then 65 then
66 CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM" 66 CPPFLAGS="$CPPFLAGS -DALLOW_CSIM_GSM"
67 fi 67 fi
68 68
69 if [ "$MEMSUPER" != 0 ]
70 then
71 CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
72 fi
73
69 # Includes 74 # Includes
70 75
71 SRCDIR=$SRC/g23m-gsm/sim 76 SRCDIR=$SRC/g23m-gsm/sim
72 77
73 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" 78 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc"