Changeset 9e52b29 in rtems for make/custom/p4650.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/p4650.cfg
r270e3cc r9e52b29 30 30 # If defined, debug checks in RTEMS and support library code are enabled. 31 31 # 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.37 32 38 33 define make-target-options … … 40 35 @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@ 41 36 @echo "/* #define RTEMS_DEBUG 1 */" >>$@ 42 @echo "#define WORKSPACE_MB 2" >>$@43 @echo "#define HEAPSPACE_MB 1" >>$@44 37 endef 45 38
Note: See TracChangeset
for help on using the changeset viewer.