Changeset 707f5c7 in rtems


Ignore:
Timestamp:
11/05/99 15:47:47 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
458bd34
Parents:
f817b02
Message:

Eliminated references to stack checker related #defines.

Location:
make/custom
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • make/custom/eth_comm.cfg

    rf817b02 r707f5c7  
    2525#     do not pause between screens of output in the rtems tests
    2626#
    27 #  STACK_CHECKER_ON (RTEMS support code)
    28 #     If defined, stack bounds checking is enabled.
    29 #
    30 #  STACK_CHECKER_REPORT_USAGE (RTEMS support code)
    31 #     If this and STACK_CHECKER_ON are defined, then a report on stack usage
    32 #     per task is printed when the program exits.
    33 #
    3427#  RTEMS_DEBUG (RTEMS)
    3528#     If defined, debug checks in RTEMS and support library code are enabled.
     
    3831        @echo "/* #define NDEBUG 1 */ "                     >>$@
    3932        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    40         @echo "/* #define STACK_CHECKER_ON  1 */"           >>$@
    41         @echo "/* #define STACK_CHECKER_REPORT_USAGE  1 */" >>$@
    4233        @echo "/* #define RTEMS_DEBUG  1 */"                >>$@
    4334endef
  • make/custom/gen68340.cfg

    rf817b02 r707f5c7  
    3131#     do not pause between screens of output in the rtems tests
    3232#
    33 #  STACK_CHECKER_ON (RTEMS support code)
    34 #     If defined, stack bounds checking is enabled.
    35 #
    36 #  STACK_CHECKER_REPORT_USAGE (RTEMS support code)
    37 #     If this and STACK_CHECKER_ON are defined, then a report on stack usage
    38 #     per task is printed when the program exits.
    39 #
    4033#  RTEMS_DEBUG (RTEMS)
    4134#     If defined, debug checks in RTEMS and support library code are enabled.
     
    4538        @echo "/* #define NDEBUG 1 */ "                     >>$@
    4639        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    47         @echo "/* #define STACK_CHECKER_ON  1 */"           >>$@
    48         @echo "/* #define STACK_CHECKER_REPORT_USAGE  1 */" >>$@
    4940        @echo "/* #define RTEMS_DEBUG  1 */"                >>$@
    5041endef
  • make/custom/mcp750.cfg

    rf817b02 r707f5c7  
    5858        @echo "/* #define NDEBUG 1 */ "                        >>$@
    5959        @echo "#define RTEMS_TEST_NO_PAUSE 1"                  >>$@
    60         @echo "#define STACK_CHECKER_ON  1"                    >>$@
    61         @echo "#define STACK_CHECKER_REPORT_USAGE  1"          >>$@
    6260        @echo "/* #define RTEMS_DEBUG  1 */"                   >>$@
    6361        @echo "#define PPCN_60X_USE_DINK 0"                   >>$@
  • make/custom/score603e.cfg

    rf817b02 r707f5c7  
    4141#  RTEMS_TEST_NO_PAUSE (RTEMS tests)
    4242#     do not pause between screens of output in the rtems tests
    43 #
    44 #  STACK_CHECKER_ON (RTEMS support code)
    45 #     If defined, stack bounds checking is enabled.
    46 #
    47 #  STACK_CHECKER_REPORT_USAGE (RTEMS support code)
    48 #     If this and STACK_CHECKER_ON are defined, then a report on stack usage
    49 #     per task is printed when the program exits.
    5043#
    5144#  RTEMS_DEBUG (RTEMS)
     
    9285        @echo "/* #define NDEBUG 1 */ "                              >>$@
    9386        @echo "#define RTEMS_TEST_NO_PAUSE 1"                        >>$@
    94         @echo "#define STACK_CHECKER_ON  1"                          >>$@
    95         @echo "#define STACK_CHECKER_REPORT_USAGE  1"                >>$@
    9687        @echo "/* #define RTEMS_DEBUG  1 */"                         >>$@
    9788        @echo "#define CONSOLE_USE_INTERRUPTS 0"                     >>$@
Note: See TracChangeset for help on using the changeset viewer.