From 1ea9c3f4a5f0785d64e4acdbd4fe05bf8c75977e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 6 Apr 1998 16:33:48 +0000 Subject: Purged references to STACK_CHECKER_REPORT_USAGE --- make/custom/pc386.cfg | 5 ----- 1 file changed, 5 deletions(-) (limited to 'make/custom/pc386.cfg') diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg index d014dbc866..647d822feb 100644 --- a/make/custom/pc386.cfg +++ b/make/custom/pc386.cfg @@ -40,10 +40,6 @@ HAS_KA9Q=no # 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. @@ -51,7 +47,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 -- cgit v1.2.3