summaryrefslogtreecommitdiffstats
path: root/make
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
parentReordered CFLAGS definition so CFLAGS_DEFAULT is before (diff)
downloadrtems-1ea9c3f4a5f0785d64e4acdbd4fe05bf8c75977e.tar.bz2
Purged references to STACK_CHECKER_REPORT_USAGE
Diffstat (limited to 'make')
-rw-r--r--make/custom/cvme961.cfg5
-rw-r--r--make/custom/dmv152.cfg5
-rw-r--r--make/custom/efi332.cfg7
-rw-r--r--make/custom/efi68k.cfg5
-rw-r--r--make/custom/erc32.cfg5
-rw-r--r--make/custom/force386.cfg5
-rw-r--r--make/custom/gen68302.cfg5
-rw-r--r--make/custom/gen68360.cfg5
-rw-r--r--make/custom/gensh1.cfg5
-rw-r--r--make/custom/go32.cfg5
-rw-r--r--make/custom/i386ex.cfg5
-rw-r--r--make/custom/idp.cfg5
-rw-r--r--make/custom/mvme136.cfg5
-rw-r--r--make/custom/mvme147.cfg5
-rw-r--r--make/custom/mvme162.cfg5
-rw-r--r--make/custom/ods68302.cfg7
-rw-r--r--make/custom/p4000.cfg5
-rw-r--r--make/custom/p4600.cfg5
-rw-r--r--make/custom/p4650.cfg5
-rw-r--r--make/custom/papyrus.cfg5
-rw-r--r--make/custom/pc386.cfg5
-rw-r--r--make/custom/simhppa.cfg5
22 files changed, 1 insertions, 113 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
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" >>$@
diff --git a/make/custom/efi332.cfg b/make/custom/efi332.cfg
index 4df0ca48a8..3236b92ab8 100644
--- a/make/custom/efi332.cfg
+++ b/make/custom/efi332.cfg
@@ -40,10 +40,6 @@ START_BASE=start332
# 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.
@@ -51,12 +47,9 @@ 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
-
-
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.
diff --git a/make/custom/efi68k.cfg b/make/custom/efi68k.cfg
index 7ae0fc0485..0364e2c1e5 100644
--- a/make/custom/efi68k.cfg
+++ b/make/custom/efi68k.cfg
@@ -40,10 +40,6 @@ START_BASE=start68k
# 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.
@@ -51,7 +47,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
diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg
index 9c3d9c280b..348ec57db2 100644
--- a/make/custom/erc32.cfg
+++ b/make/custom/erc32.cfg
@@ -50,10 +50,6 @@ START_BASE=startsis
# 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.
#
@@ -76,7 +72,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 NO_TABLE_MOVE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
diff --git a/make/custom/force386.cfg b/make/custom/force386.cfg
index bb4b4ca489..f82e4fbf6d 100644
--- a/make/custom/force386.cfg
+++ b/make/custom/force386.cfg
@@ -40,10 +40,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.
@@ -51,7 +47,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
diff --git a/make/custom/gen68302.cfg b/make/custom/gen68302.cfg
index 8d420f183d..663feb5850 100644
--- a/make/custom/gen68302.cfg
+++ b/make/custom/gen68302.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.
@@ -49,7 +45,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
diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg
index 8ee4c379e3..98881c7f55 100644
--- a/make/custom/gen68360.cfg
+++ b/make/custom/gen68360.cfg
@@ -53,10 +53,6 @@ START_BASE=start360
# 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.
#
@@ -65,7 +61,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
diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg
index 273b537f7a..3bd29d3c52 100644
--- a/make/custom/gensh1.cfg
+++ b/make/custom/gensh1.cfg
@@ -55,10 +55,6 @@ CFLAGS_OPTIMIZE_V = -O4
# 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.
#
@@ -67,7 +63,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
diff --git a/make/custom/go32.cfg b/make/custom/go32.cfg
index d7c91db343..411456fdf8 100644
--- a/make/custom/go32.cfg
+++ b/make/custom/go32.cfg
@@ -73,10 +73,6 @@ START_BASE=
# 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.
@@ -84,7 +80,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
diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg
index de2fa90a29..e1c9195c38 100644
--- a/make/custom/i386ex.cfg
+++ b/make/custom/i386ex.cfg
@@ -37,10 +37,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.
@@ -48,7 +44,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
diff --git a/make/custom/idp.cfg b/make/custom/idp.cfg
index fc02e984be..06ace23cbe 100644
--- a/make/custom/idp.cfg
+++ b/make/custom/idp.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.
@@ -39,7 +35,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
diff --git a/make/custom/mvme136.cfg b/make/custom/mvme136.cfg
index 778d37cb28..2292363203 100644
--- a/make/custom/mvme136.cfg
+++ b/make/custom/mvme136.cfg
@@ -41,10 +41,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.
@@ -52,7 +48,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
diff --git a/make/custom/mvme147.cfg b/make/custom/mvme147.cfg
index 2e97606042..806b6847a7 100644
--- a/make/custom/mvme147.cfg
+++ b/make/custom/mvme147.cfg
@@ -35,10 +35,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.
@@ -46,7 +42,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
diff --git a/make/custom/mvme162.cfg b/make/custom/mvme162.cfg
index e94780b5a8..b13b1bf4fe 100644
--- a/make/custom/mvme162.cfg
+++ b/make/custom/mvme162.cfg
@@ -68,10 +68,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.
@@ -81,7 +77,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
diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg
index 6b97980bf2..3ec27dbf71 100644
--- a/make/custom/ods68302.cfg
+++ b/make/custom/ods68302.cfg
@@ -62,10 +62,6 @@ START_BASE=start302
# 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.
@@ -73,8 +69,7 @@ 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 RTEMS_DEBUG 1" >>$@
endef
# The following are definitions of make-exe which will work using ld as
diff --git a/make/custom/p4000.cfg b/make/custom/p4000.cfg
index f0745883d6..18d809bec9 100644
--- a/make/custom/p4000.cfg
+++ b/make/custom/p4000.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.
#
@@ -45,7 +41,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 WORKSPACE_MB 2" >>$@
@echo "#define HEAPSPACE_MB 1" >>$@
diff --git a/make/custom/p4600.cfg b/make/custom/p4600.cfg
index 98174cd4ed..d3a6011212 100644
--- a/make/custom/p4600.cfg
+++ b/make/custom/p4600.cfg
@@ -44,10 +44,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.
#
@@ -61,7 +57,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 WORKSPACE_MB 2" >>$@
@echo "#define HEAPSPACE_MB 1" >>$@
diff --git a/make/custom/p4650.cfg b/make/custom/p4650.cfg
index cc3877f5e2..3918e870b6 100644
--- a/make/custom/p4650.cfg
+++ b/make/custom/p4650.cfg
@@ -43,10 +43,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.
#
@@ -60,7 +56,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 WORKSPACE_MB 2" >>$@
@echo "#define HEAPSPACE_MB 1" >>$@
diff --git a/make/custom/papyrus.cfg b/make/custom/papyrus.cfg
index ccdc7c9de1..62c67f6a69 100644
--- a/make/custom/papyrus.cfg
+++ b/make/custom/papyrus.cfg
@@ -31,10 +31,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.
@@ -42,7 +38,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
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index d014dbc866..647d822feb 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -40,10 +40,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.
@@ -51,7 +47,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
diff --git a/make/custom/simhppa.cfg b/make/custom/simhppa.cfg
index fd9b739958..bca1be16e0 100644
--- a/make/custom/simhppa.cfg
+++ b/make/custom/simhppa.cfg
@@ -54,10 +54,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.
#
@@ -71,7 +67,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 SIMHPPA_FAST_IDLE 1 " >>$@
endef