summaryrefslogtreecommitdiffstats
path: root/make/custom/Solaris-posix.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/Solaris-posix.cfg7
1 files changed, 1 insertions, 6 deletions
diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg
index a61d1ee41c..3d872e1ebb 100644
--- a/make/custom/Solaris-posix.cfg
+++ b/make/custom/Solaris-posix.cfg
@@ -14,12 +14,7 @@ RTEMS_BSP_FAMILY=posix
include $(RTEMS_ROOT)/make/custom/default.cfg
-# 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__EXTENSIONS__ -Dsolaris2
+CPU_CFLAGS += -Dsolaris2
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS