summaryrefslogtreecommitdiffstats
path: root/make/custom/cvme961.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/cvme961.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/cvme961.cfg b/make/custom/cvme961.cfg
index bcf2d1e38c..06d61ea0ba 100644
--- a/make/custom/cvme961.cfg
+++ b/make/custom/cvme961.cfg
@@ -47,10 +47,6 @@ HAS_KA9Q=no
# STACK_CHECKER_ON (RTEMS support code)
# If defined, stack bounds checking is enabled.
#
-# STACK_CHECKER_REPORT_USAGE (RTEMS support code)
-# If this and STACK_CHECKER_ON are defined, then a report on stack usage
-# per task is printed when the program exits.
-#
# RTEMS_DEBUG (RTEMS)
# If defined, debug checks in RTEMS and support library code are enabled.
@@ -58,7 +54,6 @@ define make-target-options
@echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "/* #define STACK_CHECKER_ON 1 */" >>$@
- @echo "/* #define STACK_CHECKER_REPORT_USAGE 1 */" >>$@
@echo "/* #define RTEMS_DEBUG 1 */" >>$@
endef