summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-09 03:24:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-09 03:24:10 +0000
commit2eec0cd1fbd1e4907a098823cf1d3150d1c722a6 (patch)
tree3e98c7fcccccaee1be138c817a9e545248ef8cb0 /make/custom
parent2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-2eec0cd1fbd1e4907a098823cf1d3150d1c722a6.tar.bz2
2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>
* make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless with Cygwin and now unused).
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/Cygwin-posix.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/custom/Cygwin-posix.cfg b/make/custom/Cygwin-posix.cfg
index bbc5b0f4ba..853f0c61a7 100644
--- a/make/custom/Cygwin-posix.cfg
+++ b/make/custom/Cygwin-posix.cfg
@@ -14,10 +14,6 @@ RTEMS_BSP_FAMILY=posix
include $(RTEMS_ROOT)/make/custom/default.cfg
-LIBC_DEFINES =-D_POSIX_C_SOURCE
-
-DEFINES += -D_BSD_SOURCE
-
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V = -O2