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.cfg7
1 files changed, 1 insertions, 6 deletions
diff --git a/make/custom/Cygwin-posix.cfg b/make/custom/Cygwin-posix.cfg
index 23591f8769..c4d777bcb2 100644
--- a/make/custom/Cygwin-posix.cfg
+++ b/make/custom/Cygwin-posix.cfg
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=posix
include $(RTEMS_ROOT)/make/custom/default.cfg
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
-LIBC_DEFINES =-D_POSIX_C_SOURCE -U__STRICT_ANSI__
+LIBC_DEFINES =-D_POSIX_C_SOURCE
LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
# The following define the memory reserved in the executable for the
@@ -29,11 +29,6 @@ DEFINES += -D_BSD_SOURCE
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V = -O2
-# This section makes the target dependent options file.
-
-define make-target-options
-endef
-
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -ng $@ > $(basename $@).num