summaryrefslogtreecommitdiffstats
path: root/make/custom/HPUX9-posix.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/HPUX9-posix.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg
index 24eb841af2..e1c90d32a7 100644
--- a/make/custom/HPUX9-posix.cfg
+++ b/make/custom/HPUX9-posix.cfg
@@ -20,12 +20,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
INLINE=macros
INLINE_UPCASE=MACRO
-# The following define the memory reserved in the executable for the
-# RTEMS Workspace and the C Program Heap.
-# NOTE: some of the timing tests need > 1M workspace
-LIBC_DEFINES += -DWORKSPACE_MB=2
-LIBC_DEFINES += -DHEAPSPACE_MB=1
-
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V = -O2