summaryrefslogtreecommitdiffstats
path: root/make/custom/Cygwin-posix.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/Cygwin-posix.cfg')
-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