forked from Imagelibrary/rtems
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__.
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
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__.
|
||||
|
||||
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* custom/posix.cfg: Remove comment referring to host.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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user