From 2eec0cd1fbd1e4907a098823cf1d3150d1c722a6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 9 Apr 2004 03:24:10 +0000 Subject: 2004-04-09 Ralf Corsepius * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless with Cygwin and now unused). --- make/ChangeLog | 5 +++++ make/custom/Cygwin-posix.cfg | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/make/ChangeLog b/make/ChangeLog index 4141519882..723fa374a7 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,8 @@ +2004-04-09 Ralf Corsepius + + * make/Cygwin-posix.cfg: Remove DEFINES + LIBC_DEFINES (Meaningless + with Cygwin and now unused). + 2004-04-09 Ralf Corsepius * make/Linux-posix.cfg: Merge LIBC_DEFINES into CPU_CFLAGS. 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 -- cgit v1.2.3