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/custom/FreeBSD-posix.cfg | 5 ----- 1 file changed, 5 deletions(-) (limited to 'make/custom/FreeBSD-posix.cfg') 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 -- cgit v1.2.3