summaryrefslogtreecommitdiffstats
path: root/make/custom/dmv152.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-06 16:33:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-06 16:33:48 +0000
commit1ea9c3f4a5f0785d64e4acdbd4fe05bf8c75977e (patch)
treead4bd75843c636dc2e3603e3b3f15acfd2c753ca /make/custom/dmv152.cfg
parentReordered CFLAGS definition so CFLAGS_DEFAULT is before (diff)
downloadrtems-1ea9c3f4a5f0785d64e4acdbd4fe05bf8c75977e.tar.bz2
Purged references to STACK_CHECKER_REPORT_USAGE
Diffstat (limited to '')
-rw-r--r--make/custom/dmv152.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/dmv152.cfg b/make/custom/dmv152.cfg
index fc4fce6979..d2668efbba 100644
--- a/make/custom/dmv152.cfg
+++ b/make/custom/dmv152.cfg
@@ -38,10 +38,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.
#
@@ -54,7 +50,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 */" >>$@
@echo "#define USE_CHANNEL_A 1" >>$@
@echo "#define USE_CHANNEL_B 0" >>$@