FreeCalypso > hg > fc-tourmaline
diff configure.sh @ 38:e58a5bb12de4
experimental support for GPF memory supervision
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 17 Oct 2020 07:35:14 +0000 |
parents | 32a6a9833bd6 |
children | dd2ad0037425 |
line wrap: on
line diff
--- a/configure.sh Sat Oct 17 07:00:11 2020 +0000 +++ b/configure.sh Sat Oct 17 07:35:14 2020 +0000 @@ -135,6 +135,7 @@ # miscellaneous configurable feature settings ALLOW_CSIM_GSM=1 +MEMSUPER=0 OSL=0 OSX=0 SERIAL_DYNAMIC_SWITCH=0 @@ -217,7 +218,7 @@ export R2D_EMBEDDED_LCD UI_CONFIG export ALLOW_CSIM_GSM SERIAL_DYNAMIC_SWITCH TR_BAUD_CONFIG export TI_PROFILER TRACEMASK_IN_FFS -export OSL +export MEMSUPER OSL scripts/config-headers.sh @@ -315,7 +316,7 @@ build_lib misc_ir lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))' -if [ "$OSX" = 1 ] +if [ "$OSX" = 1 -o "$MEMSUPER" != 0 ] then build_lib osx else