Changeset 9e52b29 in rtems for make/custom/p4650.cfg


Ignore:
Timestamp:
07/11/00 15:26:40 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bc85fd5a
Parents:
270e3cc
Message:

Patch rtems-rc-20000711-2-cvs.diff from Ralf Corsepius <corsepiu@…>
that removes setting unused variables WORKSPACE_MB and HEAPSPACE_MB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/p4650.cfg

    r270e3cc r9e52b29  
    3030#     If defined, debug checks in RTEMS and support library code are enabled.
    3131#
    32 #  WORKSPACE_MB (p4000)
    33 #     Defines the size in Megabytes of the RTEMS Workspace.
    34 #
    35 #  HEAPSPACE_MB (p4000)
    36 #     Defines the size in Megabytes of the C Program Heap.
    3732
    3833define make-target-options
     
    4035        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    4136        @echo "/* #define RTEMS_DEBUG  1 */"                >>$@
    42         @echo "#define WORKSPACE_MB 2"                      >>$@
    43         @echo "#define HEAPSPACE_MB 1"                      >>$@
    4437endef
    4538
Note: See TracChangeset for help on using the changeset viewer.