summaryrefslogtreecommitdiffstats
path: root/make/custom/HPUX9-posix.cfg
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/custom/HPUX9-posix.cfg
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/custom/HPUX9-posix.cfg2
1 files changed, 1 insertions, 1 deletions
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.