summaryrefslogtreecommitdiffstats
path: root/make/custom/Cygwin-posix.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/Cygwin-posix.cfg')
-rw-r--r--make/custom/Cygwin-posix.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/Cygwin-posix.cfg b/make/custom/Cygwin-posix.cfg
index 4b30e625e6..bbc5b0f4ba 100644
--- a/make/custom/Cygwin-posix.cfg
+++ b/make/custom/Cygwin-posix.cfg
@@ -16,11 +16,6 @@ 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
# optimize flag: typically -0, could use -O4 or -fast