aboutsummaryrefslogtreecommitdiff
path: root/winsup/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-10 01:57:43 +0000
committerChristopher Faylor <me@cgf.cx>2001-10-10 01:57:43 +0000
commitbc6aa7e1b4893cfe80f0ceaceb3b10d8e4e3ab53 (patch)
tree9df5102f1e769bcee26c599ccd34036615e82971 /winsup/ChangeLog
parentd3fee5eccbdbc3d22aad40f6ddb9d16cd2343588 (diff)
downloadnewlib-bc6aa7e1b4893cfe80f0ceaceb3b10d8e4e3ab53.zip
newlib-bc6aa7e1b4893cfe80f0ceaceb3b10d8e4e3ab53.tar.gz
newlib-bc6aa7e1b4893cfe80f0ceaceb3b10d8e4e3ab53.tar.bz2
* 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 caba4ed..d950361 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.