forked from Imagelibrary/rtems
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED. * custom/FreeBSD-posix.cfg: Ditto. * custom/HPUX9-posix.cfg: Ditto. * custom/Linux-posix.cfg: Ditto. * custom/Solaris-posix.cfg: Ditto.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
|
||||||
|
* custom/FreeBSD-posix.cfg: Ditto.
|
||||||
|
* custom/HPUX9-posix.cfg: Ditto.
|
||||||
|
* custom/Linux-posix.cfg: Ditto.
|
||||||
|
* custom/Solaris-posix.cfg: Ditto.
|
||||||
|
|
||||||
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* custom/erc32.cfg: Remove erc32nfp support, GCC272.
|
* custom/erc32.cfg: Remove erc32nfp support, GCC272.
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
|
|||||||
|
|
||||||
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
|
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
|
||||||
LIBC_DEFINES =-D_POSIX_C_SOURCE
|
LIBC_DEFINES =-D_POSIX_C_SOURCE
|
||||||
LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
|
LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX
|
||||||
|
|
||||||
# The following define the memory reserved in the executable for the
|
# The following define the memory reserved in the executable for the
|
||||||
# RTEMS Workspace and the C Program Heap.
|
# RTEMS Workspace and the C Program Heap.
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
|
|||||||
|
|
||||||
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
|
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
|
||||||
LIBC_DEFINES =-D_POSIX_C_SOURCE
|
LIBC_DEFINES =-D_POSIX_C_SOURCE
|
||||||
LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
|
LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX
|
||||||
|
|
||||||
# The following define the memory reserved in the executable for the
|
# The following define the memory reserved in the executable for the
|
||||||
# RTEMS Workspace and the C Program Heap.
|
# RTEMS Workspace and the C Program Heap.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ INLINE=macros
|
|||||||
INLINE_UPCASE=MACRO
|
INLINE_UPCASE=MACRO
|
||||||
|
|
||||||
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
|
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
|
||||||
LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
|
LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX
|
||||||
|
|
||||||
# The following define the memory reserved in the executable for the
|
# The following define the memory reserved in the executable for the
|
||||||
# RTEMS Workspace and the C Program Heap.
|
# RTEMS Workspace and the C Program Heap.
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
|
|||||||
|
|
||||||
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
|
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
|
||||||
LIBC_DEFINES =-D_POSIX_C_SOURCE
|
LIBC_DEFINES =-D_POSIX_C_SOURCE
|
||||||
LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
|
LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX
|
||||||
|
|
||||||
# The following define the memory reserved in the executable for the
|
# The following define the memory reserved in the executable for the
|
||||||
# RTEMS Workspace and the C Program Heap.
|
# RTEMS Workspace and the C Program Heap.
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
|
|||||||
# RTEMS Workspace and the C Program Heap.
|
# RTEMS Workspace and the C Program Heap.
|
||||||
LIBC_DEFINES += -DWORKSPACE_MB=2
|
LIBC_DEFINES += -DWORKSPACE_MB=2
|
||||||
LIBC_DEFINES += -DHEAPSPACE_MB=1
|
LIBC_DEFINES += -DHEAPSPACE_MB=1
|
||||||
LIBC_DEFINES +=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
|
LIBC_DEFINES +=-DRTEMS_UNIXLIB -DRTEMS_UNIX
|
||||||
|
|
||||||
DEFINES += -D__EXTENSIONS__ -Dsolaris2
|
DEFINES += -D__EXTENSIONS__ -Dsolaris2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user