Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-10 05:57:43 +0400
committerChristopher Faylor <me@cgf.cx>2001-10-10 05:57:43 +0400
commitbc6aa7e1b4893cfe80f0ceaceb3b10d8e4e3ab53 (patch)
tree9df5102f1e769bcee26c599ccd34036615e82971 /winsup/ChangeLog
parentd3fee5eccbdbc3d22aad40f6ddb9d16cd2343588 (diff)
* Makefile.common: Avoid adding -I options to compile if they already exist in
CC or C*FLAGS. This prevents warnings from newer versions of gcc.
Diffstat (limited to 'winsup/ChangeLog')
-rw-r--r--winsup/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog
index caba4ed79..d950361d9 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -1,3 +1,9 @@
+Sun Oct 7 23:08:46 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * Makefile.common: Avoid adding -I options to compile if they already
+ exist in CC or C*FLAGS. This prevents warnings from newer versions of
+ gcc.
+
Tue May 15 01:09:56 2001 Christopher Faylor <cgf@cygnus.com>
* Makefile.common: Change method for finding current directory.