summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/Cygwin-posix.cfg1
2 files changed, 4 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index a546df1686..c860adf5cb 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
+
2002-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/FreeBSD-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.
diff --git a/make/custom/Cygwin-posix.cfg b/make/custom/Cygwin-posix.cfg
index ceda364d78..ae2d1a6bad 100644
--- a/make/custom/Cygwin-posix.cfg
+++ b/make/custom/Cygwin-posix.cfg
@@ -14,7 +14,6 @@ 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+=-DRTEMS_UNIXLIB -DRTEMS_UNIX