From 4381e50e1ee26dca661c9f5073288955e04f648d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 Apr 1998 22:44:49 +0000 Subject: Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-target-default.cfg --- make/custom/Linux-posix.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make/custom') diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg index 8327c170f0..69dde7c2d8 100644 --- a/make/custom/Linux-posix.cfg +++ b/make/custom/Linux-posix.cfg @@ -25,7 +25,8 @@ CONFIG.$(TARGET_ARCH).CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg RTEMS_USE_NEWLIB=no # RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER -LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED -DRTEMS_DEBUG +LIBC_DEFINES =-D_POSIX_C_SOURCE +LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED -DRTEMS_DEBUG # The following define the memory reserved in the executable for the # RTEMS Workspace and the C Program Heap. -- cgit v1.2.3