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/p4650.cfg | 4 ---- 1 file changed, 4 deletions(-) (limited to 'make/custom/p4650.cfg') diff --git a/make/custom/p4650.cfg b/make/custom/p4650.cfg index 3918e870b6..22ca4c693a 100644 --- a/make/custom/p4650.cfg +++ b/make/custom/p4650.cfg @@ -40,9 +40,6 @@ HAS_KA9Q=no # 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. -# # RTEMS_DEBUG (RTEMS) # If defined, debug checks in RTEMS and support library code are enabled. # @@ -55,7 +52,6 @@ HAS_KA9Q=no define make-target-options @echo "/* #define NDEBUG 1 */ " >>$@ @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ - @echo "/* #define STACK_CHECKER_ON 1 */" >>$@ @echo "/* #define RTEMS_DEBUG 1 */" >>$@ @echo "#define WORKSPACE_MB 2" >>$@ @echo "#define HEAPSPACE_MB 1" >>$@ -- cgit v1.2.3