forked from Imagelibrary/rtems
Removed references to stack checker defines since it is dynamically
enabled now at configure time.
This commit is contained in:
@@ -32,6 +32,4 @@ define make-target-options
|
|||||||
@echo >>$@
|
@echo >>$@
|
||||||
@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 */" >>$@
|
|
||||||
endef
|
endef
|
||||||
|
|||||||
@@ -113,14 +113,6 @@ endif # mbx821
|
|||||||
#
|
#
|
||||||
# RTEMS_TEST_NO_PAUSE (RTEMS tests)
|
# RTEMS_TEST_NO_PAUSE (RTEMS tests)
|
||||||
# If defined, do not pause between screens of output in the 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
|
define make-target-options
|
||||||
@echo "#ifdef mpc$(CPU_TYPE)" >>$@
|
@echo "#ifdef mpc$(CPU_TYPE)" >>$@
|
||||||
@@ -141,8 +133,6 @@ define make-target-options
|
|||||||
@echo >>$@
|
@echo >>$@
|
||||||
@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 */" >>$@
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# This contains the compiler options necessary to select the CPU model
|
# This contains the compiler options necessary to select the CPU model
|
||||||
|
|||||||
Reference in New Issue
Block a user