Changeset c4069d4 in rtems
- Timestamp:
- 01/04/02 18:08:57 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0666ea48
- Parents:
- 67da219
- Location:
- make
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
r67da219 rc4069d4 1 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED. 4 * custom/FreeBSD-posix.cfg: Ditto. 5 * custom/HPUX9-posix.cfg: Ditto. 6 * custom/Linux-posix.cfg: Ditto. 7 * custom/Solaris-posix.cfg: Ditto. 8 1 9 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
make/custom/Cygwin-posix.cfg
r67da219 rc4069d4 17 17 # RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER 18 18 LIBC_DEFINES =-D_POSIX_C_SOURCE 19 LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED19 LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX 20 20 21 21 # The following define the memory reserved in the executable for the -
make/custom/FreeBSD-posix.cfg
r67da219 rc4069d4 14 14 # RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER 15 15 LIBC_DEFINES =-D_POSIX_C_SOURCE 16 LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED16 LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX 17 17 18 18 # The following define the memory reserved in the executable for the -
make/custom/HPUX9-posix.cfg
r67da219 rc4069d4 22 22 23 23 # RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER 24 LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED24 LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX 25 25 26 26 # The following define the memory reserved in the executable for the -
make/custom/Linux-posix.cfg
r67da219 rc4069d4 17 17 # RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER 18 18 LIBC_DEFINES =-D_POSIX_C_SOURCE 19 LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED19 LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX 20 20 21 21 # The following define the memory reserved in the executable for the -
make/custom/Solaris-posix.cfg
r67da219 rc4069d4 19 19 LIBC_DEFINES += -DWORKSPACE_MB=2 20 20 LIBC_DEFINES += -DHEAPSPACE_MB=1 21 LIBC_DEFINES +=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED21 LIBC_DEFINES +=-DRTEMS_UNIXLIB -DRTEMS_UNIX 22 22 23 23 DEFINES += -D__EXTENSIONS__ -Dsolaris2
Note: See TracChangeset
for help on using the changeset viewer.