summaryrefslogtreecommitdiffstats
path: root/make/custom/eth_comm.cfg
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 /make/custom/eth_comm.cfg
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.
Diffstat (limited to '')
-rw-r--r--make/custom/eth_comm.cfg9
1 files changed, 0 insertions, 9 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