Changeset e4132bf2 in rtems
- Timestamp:
- 01/15/03 09:47:24 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2ca8c2c
- Parents:
- a342f8f
- Location:
- make
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
ra342f8f re4132bf2 1 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB. 4 * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB. 5 * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB. 6 * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB. 7 Move -D_BSD_SOURCE to CPU_CFLAGS. 8 * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB. 9 Move -Dsolaris2 to CPU_CFLAGS. 10 Remove -D__EXTENSIONS__. 11 1 12 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 13 -
make/custom/Cygwin-posix.cfg
ra342f8f re4132bf2 17 17 LIBC_DEFINES =-D_POSIX_C_SOURCE 18 18 19 # The following define the memory reserved in the executable for the20 # RTEMS Workspace and the C Program Heap.21 LIBC_DEFINES += -DWORKSPACE_MB=222 LIBC_DEFINES += -DHEAPSPACE_MB=123 24 19 DEFINES += -D_BSD_SOURCE 25 20 -
make/custom/FreeBSD-posix.cfg
ra342f8f re4132bf2 14 14 LIBC_DEFINES =-D_POSIX_C_SOURCE 15 15 16 # The following define the memory reserved in the executable for the17 # RTEMS Workspace and the C Program Heap.18 LIBC_DEFINES += -DWORKSPACE_MB=219 LIBC_DEFINES += -DHEAPSPACE_MB=120 21 16 # optimize flag: typically -0, could use -O4 or -fast 22 17 # -O4 is ok for RTEMS -
make/custom/HPUX9-posix.cfg
ra342f8f re4132bf2 21 21 INLINE_UPCASE=MACRO 22 22 23 # The following define the memory reserved in the executable for the24 # RTEMS Workspace and the C Program Heap.25 # NOTE: some of the timing tests need > 1M workspace26 LIBC_DEFINES += -DWORKSPACE_MB=227 LIBC_DEFINES += -DHEAPSPACE_MB=128 29 23 # optimize flag: typically -0, could use -O4 or -fast 30 24 # -O4 is ok for RTEMS -
make/custom/Linux-posix.cfg
ra342f8f re4132bf2 17 17 LIBC_DEFINES =-D_POSIX_C_SOURCE 18 18 19 # The following define the memory reserved in the executable for the 20 # RTEMS Workspace and the C Program Heap. 21 LIBC_DEFINES += -DWORKSPACE_MB=2 22 LIBC_DEFINES += -DHEAPSPACE_MB=1 23 24 DEFINES += -D_BSD_SOURCE 19 CPU_CFLAGS = -D_BSD_SOURCE 25 20 26 21 # optimize flag: typically -0, could use -O4 or -fast -
make/custom/Solaris-posix.cfg
ra342f8f re4132bf2 15 15 include $(RTEMS_ROOT)/make/custom/default.cfg 16 16 17 # The following define the memory reserved in the executable for the 18 # RTEMS Workspace and the C Program Heap. 19 LIBC_DEFINES += -DWORKSPACE_MB=2 20 LIBC_DEFINES += -DHEAPSPACE_MB=1 21 22 DEFINES += -D__EXTENSIONS__ -Dsolaris2 17 CPU_CFLAGS += -Dsolaris2 23 18 24 19 # optimize flag: typically -0, could use -O4 or -fast
Note: See TracChangeset
for help on using the changeset viewer.