Eliminated references to stack checker related #defines.

This commit is contained in:
Joel Sherrill
1999-11-05 15:47:47 +00:00
parent f817b0283c
commit 707f5c710e
4 changed files with 0 additions and 29 deletions

View File

@@ -24,21 +24,12 @@ CPU_DEFINES=-DPPC_ABI=PPC_ABI_EABI \
# RTEMS_TEST_NO_PAUSE (RTEMS tests) # RTEMS_TEST_NO_PAUSE (RTEMS tests)
# do not pause between screens of output in the 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) # RTEMS_DEBUG (RTEMS)
# If defined, debug checks in RTEMS and support library code are enabled. # If defined, debug checks in RTEMS and support library code are enabled.
define make-target-options define make-target-options
@echo "/* #define NDEBUG 1 */ " >>$@ @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 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_DEBUG 1 */" >>$@
endef endef

View File

@@ -30,13 +30,6 @@ START_BASE=start340
# RTEMS_TEST_NO_PAUSE (RTEMS tests) # RTEMS_TEST_NO_PAUSE (RTEMS tests)
# do not pause between screens of output in the 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) # RTEMS_DEBUG (RTEMS)
# If defined, debug checks in RTEMS and support library code are enabled. # If defined, debug checks in RTEMS and support library code are enabled.
# #
@@ -44,8 +37,6 @@ START_BASE=start340
define make-target-options define make-target-options
@echo "/* #define NDEBUG 1 */ " >>$@ @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 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_DEBUG 1 */" >>$@
endef endef

View File

@@ -57,8 +57,6 @@ RTEMS_BSP_FAMILY=mcp750
define make-target-options define make-target-options
@echo "/* #define NDEBUG 1 */ " >>$@ @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 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_DEBUG 1 */" >>$@
@echo "#define PPCN_60X_USE_DINK 0" >>$@ @echo "#define PPCN_60X_USE_DINK 0" >>$@
@echo "#define PPCN_60X_USE_NONE 1" >>$@ @echo "#define PPCN_60X_USE_NONE 1" >>$@

View File

@@ -41,13 +41,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# RTEMS_TEST_NO_PAUSE (RTEMS tests) # RTEMS_TEST_NO_PAUSE (RTEMS tests)
# do not pause between screens of output in the 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) # RTEMS_DEBUG (RTEMS)
# If defined, debug checks in RTEMS and support library code are enabled. # If defined, debug checks in RTEMS and support library code are enabled.
# #
@@ -91,8 +84,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
define make-target-options define make-target-options
@echo "/* #define NDEBUG 1 */ " >>$@ @echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 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_DEBUG 1 */" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@ @echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define INITIALIZE_COM_PORTS 1" >>$@ @echo "#define INITIALIZE_COM_PORTS 1" >>$@