From e4132bf2b1c4b1b2a1b48fec1fc3ea272264f9d8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 15 Jan 2003 09:47:24 +0000 Subject: 2003-01-15 Ralf Corsepius * 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__. --- make/ChangeLog | 11 +++++++++++ make/custom/Cygwin-posix.cfg | 5 ----- make/custom/FreeBSD-posix.cfg | 5 ----- make/custom/HPUX9-posix.cfg | 6 ------ make/custom/Linux-posix.cfg | 7 +------ make/custom/Solaris-posix.cfg | 7 +------ 6 files changed, 13 insertions(+), 28 deletions(-) diff --git a/make/ChangeLog b/make/ChangeLog index 0ab9173097..89fda5a2a2 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,14 @@ +2003-01-15 Ralf Corsepius + + * 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__. + 2002-12-06 Ralf Corsepius * custom/posix.cfg: Remove comment referring to host.cfg. 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 diff --git a/make/custom/FreeBSD-posix.cfg b/make/custom/FreeBSD-posix.cfg index 7f8ebdee91..b44239bf4f 100644 --- a/make/custom/FreeBSD-posix.cfg +++ b/make/custom/FreeBSD-posix.cfg @@ -13,11 +13,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 - # optimize flag: typically -0, could use -O4 or -fast # -O4 is ok for RTEMS CFLAGS_OPTIMIZE_V = -O2 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 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 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 -- cgit v1.2.3