summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 22:44:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-14 22:44:49 +0000
commit4381e50e1ee26dca661c9f5073288955e04f648d (patch)
treea1c1770bcf6b9fe1e948764df8a57a70749a095c /make/custom
parentRegenerated (diff)
downloadrtems-4381e50e1ee26dca661c9f5073288955e04f648d.tar.bz2
Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-target-default.cfg
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/Linux-posix.cfg3
1 files changed, 2 insertions, 1 deletions
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.