From b3d3a34edd4943996a3bb167f234bb2495f6230f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Apr 1998 15:10:47 +0000 Subject: Stack checker now enabled via initial set of user extensions. This eliminates the need to build the entire application with the STACK_CHECKER_ON macro defined. --- make/custom/Solaris-posix.cfg | 9 --------- 1 file changed, 9 deletions(-) (limited to 'make/custom/Solaris-posix.cfg') diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg index e1208c9302..d6899969bd 100644 --- a/make/custom/Solaris-posix.cfg +++ b/make/custom/Solaris-posix.cfg @@ -66,13 +66,6 @@ CFLAGS_OPTIMIZE_V = -O2 # NO_TABLE_MOVE (SPARC PORT) # do not have a second trap table -- use the BSP's # -# 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. # @@ -82,8 +75,6 @@ CFLAGS_OPTIMIZE_V = -O2 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 RTEMS_UNIX 1 " >>$@ endef -- cgit v1.2.3