Changeset 9e52b29 in rtems for make/custom/p4000.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/p4000.cfg

    r270e3cc r9e52b29  
    2424#     If defined, debug checks in RTEMS and support library code are enabled.
    2525#
    26 #  WORKSPACE_MB (p4000)
    27 #     Defines the size in Megabytes of the RTEMS Workspace.
    28 #
    29 #  HEAPSPACE_MB (p4000)
    30 #     Defines the size in Megabytes of the C Program Heap.
    3126
    3227define make-target-options
     
    3429        @echo "#define RTEMS_TEST_NO_PAUSE 1"               >>$@
    3530        @echo "/* #define RTEMS_DEBUG  1 */"                >>$@
    36         @echo "#define WORKSPACE_MB 2"                      >>$@
    37         @echo "#define HEAPSPACE_MB 1"                      >>$@
    3831endef
    3932
Note: See TracChangeset for help on using the changeset viewer.