From bfc86bcb95981d0abcdc5816c4f7f5f97745246f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 12 Jul 2000 19:28:27 +0000 Subject: Removed references to stack checker defines since it is dynamically enabled now at configure time. --- make/custom/mbx860_005b.cfg | 2 -- make/custom/mbx8xx.cfg | 10 ---------- 2 files changed, 12 deletions(-) (limited to 'make') diff --git a/make/custom/mbx860_005b.cfg b/make/custom/mbx860_005b.cfg index 94d2b0e015..f61452324d 100644 --- a/make/custom/mbx860_005b.cfg +++ b/make/custom/mbx860_005b.cfg @@ -32,6 +32,4 @@ define make-target-options @echo >>$@ @echo "/* #define NDEBUG 1 */ " >>$@ @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ - @echo "/* #define STACK_CHECKER_ON 1 */" >>$@ - @echo "/* #define STACK_CHECKER_REPORT_USAGE 1 */" >>$@ endef diff --git a/make/custom/mbx8xx.cfg b/make/custom/mbx8xx.cfg index e13e1cc24e..665bccde86 100644 --- a/make/custom/mbx8xx.cfg +++ b/make/custom/mbx8xx.cfg @@ -113,14 +113,6 @@ endif # mbx821 # # RTEMS_TEST_NO_PAUSE (RTEMS tests) # If defined, 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. -# define make-target-options @echo "#ifdef mpc$(CPU_TYPE)" >>$@ @@ -141,8 +133,6 @@ define make-target-options @echo >>$@ @echo "/* #define NDEBUG 1 */ " >>$@ @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ - @echo "/* #define STACK_CHECKER_ON 1 */" >>$@ - @echo "/* #define STACK_CHECKER_REPORT_USAGE 1 */" >>$@ endef # This contains the compiler options necessary to select the CPU model -- cgit v1.2.3