From 707f5c710e0f473e41aadb2c32fb162c1f33c68e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Nov 1999 15:47:47 +0000 Subject: Eliminated references to stack checker related #defines. --- make/custom/eth_comm.cfg | 9 --------- 1 file changed, 9 deletions(-) (limited to 'make/custom/eth_comm.cfg') 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 -- cgit v1.2.3