summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-05 15:47:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-05 15:47:47 +0000
commit707f5c710e0f473e41aadb2c32fb162c1f33c68e (patch)
tree43516dcbc8f1f2f0cd3647a3b5eaeca6332008eb
parentThe files in libcpu should not be directly dependent on any BSP. In (diff)
downloadrtems-707f5c710e0f473e41aadb2c32fb162c1f33c68e.tar.bz2
Eliminated references to stack checker related #defines.
-rw-r--r--make/custom/eth_comm.cfg9
-rw-r--r--make/custom/gen68340.cfg9
-rw-r--r--make/custom/mcp750.cfg2
-rw-r--r--make/custom/score603e.cfg9
4 files changed, 0 insertions, 29 deletions
diff --git a/make/custom/eth_comm.cfg b/make/custom/eth_comm.cfg
index cbf9fef250..bd2639b360 100644
--- a/make/custom/eth_comm.cfg
+++ b/make/custom/eth_comm.cfg
@@ -24,21 +24,12 @@ CPU_DEFINES=-DPPC_ABI=PPC_ABI_EABI \
# 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.
-#
-# 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.
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/gen68340.cfg b/make/custom/gen68340.cfg
index aa7d37b068..37322aa318 100644
--- a/make/custom/gen68340.cfg
+++ b/make/custom/gen68340.cfg
@@ -30,13 +30,6 @@ START_BASE=start340
# 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.
-#
-# 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.
#
@@ -44,8 +37,6 @@ START_BASE=start340
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/mcp750.cfg b/make/custom/mcp750.cfg
index 97493ea9f3..9b0e81b7e8 100644
--- a/make/custom/mcp750.cfg
+++ b/make/custom/mcp750.cfg
@@ -57,8 +57,6 @@ RTEMS_BSP_FAMILY=mcp750
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 PPCN_60X_USE_DINK 0" >>$@
@echo "#define PPCN_60X_USE_NONE 1" >>$@
diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg
index a069cf0220..d0999ca55e 100644
--- a/make/custom/score603e.cfg
+++ b/make/custom/score603e.cfg
@@ -41,13 +41,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# 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.
-#
-# 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.
#
@@ -91,8 +84,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
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 CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define INITIALIZE_COM_PORTS 1" >>$@