Changeset e44e678 in rtems for make/custom/erc32.cfg


Ignore:
Timestamp:
02/04/98 15:47:44 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7a524954
Parents:
0312defb
Message:

Cleaned up the definition of CONSOLE_USE_POLLED and CONSOLE_USE_INTERRUPTS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/erc32.cfg

    r0312defb re44e678  
    7474
    7575define make-target-options
    76         @echo "/* #define NDEBUG 1 */ "                     >>$@
    77         @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    78         @echo "/* #define STACK_CHECKER_ON  1 */"           >>$@
    79         @echo "/* #define STACK_CHECKER_REPORT_USAGE  1 */" >>$@
    80         @echo "/* #define RTEMS_DEBUG  1 */"                >>$@
    81         @echo "#define NO_TABLE_MOVE 1"                     >>$@
    82         @echo "/* #define CONSOLE_USE_INTERRUPTS 1 */"      >>$@
    83         @echo "#define CONSOLE_USE_POLLED 1"                >>$@
    84         @echo "/* #define SIMSPARC_FAST_IDLE 1 */"          >>$@
     76        @echo "/* #define NDEBUG 1 */ "                            >>$@
     77        @echo "#define RTEMS_TEST_NO_PAUSE 1"                      >>$@
     78        @echo "/* #define STACK_CHECKER_ON  1 */"                  >>$@
     79        @echo "/* #define STACK_CHECKER_REPORT_USAGE  1 */"        >>$@
     80        @echo "/* #define RTEMS_DEBUG  1 */"                       >>$@
     81        @echo "#define NO_TABLE_MOVE 1"                            >>$@
     82        @echo "#define CONSOLE_USE_INTERRUPTS 1"                   >>$@
     83        @echo "#define CONSOLE_USE_POLLED ~CONSOLE_USE_INTERRUPTS" >>$@
     84        @echo "/* #define SIMSPARC_FAST_IDLE 1 */"                 >>$@
    8585endef
    8686
Note: See TracChangeset for help on using the changeset viewer.