Changeset 9e52b29 in rtems for make/custom/p4000.cfg
- Timestamp:
- 07/11/00 15:26:40 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bc85fd5a
- Parents:
- 270e3cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/p4000.cfg
r270e3cc r9e52b29 24 24 # If defined, debug checks in RTEMS and support library code are enabled. 25 25 # 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.31 26 32 27 define make-target-options … … 34 29 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 35 30 @echo "/* #define RTEMS_DEBUG 1 */" >>$@ 36 @echo "#define WORKSPACE_MB 2" >>$@37 @echo "#define HEAPSPACE_MB 1" >>$@38 31 endef 39 32
Note: See TracChangeset
for help on using the changeset viewer.