summaryrefslogtreecommitdiffstats
path: root/make/custom/Linux-posix.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-15 09:47:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-15 09:47:24 +0000
commite4132bf2b1c4b1b2a1b48fec1fc3ea272264f9d8 (patch)
tree225c7ea7674f8b60397436b6e405362c7b438118 /make/custom/Linux-posix.cfg
parent2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e4132bf2b1c4b1b2a1b48fec1fc3ea272264f9d8.tar.bz2
2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB. * custom/FreeBSD-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB. * custom/HPUX9-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB. * custom/Linux-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB. Move -D_BSD_SOURCE to CPU_CFLAGS. * custom/Solaris-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB. Move -Dsolaris2 to CPU_CFLAGS. Remove -D__EXTENSIONS__.
Diffstat (limited to '')
-rw-r--r--make/custom/Linux-posix.cfg7
1 files changed, 1 insertions, 6 deletions
diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg
index 8c0c4b8cf1..96f87740ef 100644
--- a/make/custom/Linux-posix.cfg
+++ b/make/custom/Linux-posix.cfg
@@ -16,12 +16,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
LIBC_DEFINES =-D_POSIX_C_SOURCE
-# The following define the memory reserved in the executable for the
-# RTEMS Workspace and the C Program Heap.
-LIBC_DEFINES += -DWORKSPACE_MB=2
-LIBC_DEFINES += -DHEAPSPACE_MB=1
-
-DEFINES += -D_BSD_SOURCE
+CPU_CFLAGS = -D_BSD_SOURCE
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS