summaryrefslogtreecommitdiffstats
path: root/make/custom/p4600.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/p4600.cfg')
-rw-r--r--make/custom/p4600.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/custom/p4600.cfg b/make/custom/p4600.cfg
index d3a6011212..3c5d198040 100644
--- a/make/custom/p4600.cfg
+++ b/make/custom/p4600.cfg
@@ -41,9 +41,6 @@ HAS_KA9Q=no
# 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.
-#
# RTEMS_DEBUG (RTEMS)
# If defined, debug checks in RTEMS and support library code are enabled.
#
@@ -56,7 +53,6 @@ HAS_KA9Q=no
define make-target-options
@echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
- @echo "/* #define STACK_CHECKER_ON 1 */" >>$@
@echo "/* #define RTEMS_DEBUG 1 */" >>$@
@echo "#define WORKSPACE_MB 2" >>$@
@echo "#define HEAPSPACE_MB 1" >>$@