summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 18:08:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 18:08:57 +0000
commitc4069d4728906933a87148da33811b203876ce30 (patch)
tree3d12c3a76d150e57480139fcd26adbdf2744d37e /make
parent2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c4069d4728906933a87148da33811b203876ce30.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--make/ChangeLog8
-rw-r--r--make/custom/Cygwin-posix.cfg2
-rw-r--r--make/custom/FreeBSD-posix.cfg2
-rw-r--r--make/custom/HPUX9-posix.cfg2
-rw-r--r--make/custom/Linux-posix.cfg2
-rw-r--r--make/custom/Solaris-posix.cfg2
6 files changed, 13 insertions, 5 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 2ff00f7f16..50f5e0b808 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,5 +1,13 @@
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>
+
* custom/erc32.cfg: Remove erc32nfp support, GCC272.
* custom/erc32nfp.cfg: Merge in portions from erc32.cfg.
diff --git a/make/custom/Cygwin-posix.cfg b/make/custom/Cygwin-posix.cfg
index c4d777bcb2..ceda364d78 100644
--- a/make/custom/Cygwin-posix.cfg
+++ b/make/custom/Cygwin-posix.cfg
@@ -16,7 +16,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
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
# RTEMS Workspace and the C Program Heap.
diff --git a/make/custom/FreeBSD-posix.cfg b/make/custom/FreeBSD-posix.cfg
index d6bae07fc8..23e32fa641 100644
--- a/make/custom/FreeBSD-posix.cfg
+++ b/make/custom/FreeBSD-posix.cfg
@@ -13,7 +13,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
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
# RTEMS Workspace and the C Program Heap.
diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg
index f2437ae095..9e64e296fb 100644
--- a/make/custom/HPUX9-posix.cfg
+++ b/make/custom/HPUX9-posix.cfg
@@ -21,7 +21,7 @@ INLINE=macros
INLINE_UPCASE=MACRO
# 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
# RTEMS Workspace and the C Program Heap.
diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg
index f91be177a4..5f8c718323 100644
--- a/make/custom/Linux-posix.cfg
+++ b/make/custom/Linux-posix.cfg
@@ -16,7 +16,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
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
# RTEMS Workspace and the C Program Heap.
diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg
index 82b1cff655..2e67ee6b57 100644
--- a/make/custom/Solaris-posix.cfg
+++ b/make/custom/Solaris-posix.cfg
@@ -18,7 +18,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# RTEMS Workspace and the C Program Heap.
LIBC_DEFINES += -DWORKSPACE_MB=2
LIBC_DEFINES += -DHEAPSPACE_MB=1
-LIBC_DEFINES +=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
+LIBC_DEFINES +=-DRTEMS_UNIXLIB -DRTEMS_UNIX
DEFINES += -D__EXTENSIONS__ -Dsolaris2