From b2e4f3a824cf2249a2e4098630d73e7a33e4bbc1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 10 Nov 2000 14:24:36 +0000 Subject: 2000-11-10 Ralf Corsepius * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES. --- make/custom/Cygwin-posix.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/Cygwin-posix.cfg') diff --git a/make/custom/Cygwin-posix.cfg b/make/custom/Cygwin-posix.cfg index 1f425311ec..3b3947d027 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 +LIBC_DEFINES =-D_POSIX_C_SOURCE -U__STRICT_ANSI__ LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED # The following define the memory reserved in the executable for the -- cgit v1.2.3