summaryrefslogtreecommitdiffstats
path: root/make/custom/score603e.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/score603e.cfg')
-rw-r--r--make/custom/score603e.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg
index a069cf0220..d0999ca55e 100644
--- a/make/custom/score603e.cfg
+++ b/make/custom/score603e.cfg
@@ -41,13 +41,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# RTEMS_TEST_NO_PAUSE (RTEMS tests)
# do not pause between screens of output in the rtems tests
#
-# 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.
#
@@ -91,8 +84,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
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 */" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define INITIALIZE_COM_PORTS 1" >>$@