summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 21:33:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 21:33:20 +0000
commit1504f71edff36c933940acd77accb52515ec0be3 (patch)
treedeea991fe33ab19ea7b0ec1891cf71e5b0684ec0 /make
parentUpdates from PPC refresh (diff)
downloadrtems-1504f71edff36c933940acd77accb52515ec0be3.tar.bz2
Stack checker on
Diffstat (limited to 'make')
-rw-r--r--make/custom/psim.cfg7
1 files changed, 1 insertions, 6 deletions
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index c184ba3ebc..a032b61aa5 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -28,10 +28,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.
#
@@ -69,8 +65,7 @@ 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 STACK_CHECKER_REPORT_USAGE 1 */" >>$@
+ @echo "#define STACK_CHECKER_ON 1" >>$@
@echo "/* #define RTEMS_DEBUG 1 */" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define CONSOLE_USE_POLLED ~CONSOLE_USE_INTERRUPTS" >>$@