summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-06 17:09:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-06 17:09:44 +0000
commit092940bdc475037e706e3691f2375e4e16490ca5 (patch)
tree9c1f79d2e433456524036cef866410b29f412e92
parentPurged references to STACK_CHECKER_REPORT_USAGE (diff)
downloadrtems-092940bdc475037e706e3691f2375e4e16490ca5.tar.bz2
Purged references to STACK_CHECKER_REPORT_USAGE
-rw-r--r--make/compilers/gcc-no_bsp.cfg5
-rw-r--r--make/compilers/gcc-portsw.cfg2
2 files changed, 1 insertions, 6 deletions
diff --git a/make/compilers/gcc-no_bsp.cfg b/make/compilers/gcc-no_bsp.cfg
index 97ce732c0e..35dbe5e599 100644
--- a/make/compilers/gcc-no_bsp.cfg
+++ b/make/compilers/gcc-no_bsp.cfg
@@ -38,10 +38,6 @@ CPLUS_CPPFLAGS=$(CFLAGS) $(XCPPFLAGS) $(DEFINES)
# 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/compilers/gcc-portsw.cfg b/make/compilers/gcc-portsw.cfg
index fba84dc630..d9b47b72b9 100644
--- a/make/compilers/gcc-portsw.cfg
+++ b/make/compilers/gcc-portsw.cfg
@@ -57,7 +57,7 @@ CFLAGS_DEFAULT = -NB -bwc -nocrt0 -Ml -m -g -Hansi -Hon=Pointers_compatible -Hon
CFLAGS_OPTIMIZE_V=-Os
# debug flag; typically -g
-CFLAGS_DEBUG_V=-g -O0 -DRTEMS_DEBUG -DSTACK_CHECKER_ON -DSTACK_CHECKER_REPORT_USAGE
+CFLAGS_DEBUG_V=-g -O0 -DRTEMS_DEBUG -DSTACK_CHECKER_ON
# when debugging, optimize flag: typically empty
# some compilers do allow optimization with their "-g"