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:
Joel Sherrill
2002-01-04 18:08:57 +00:00
parent 67da2196de
commit c4069d4728
6 changed files with 13 additions and 5 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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