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:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-04-22 22:34:39 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-04-22 22:34:39 +0400
commit7394edbb2e16196a3a67160732b58764f24ea7b1 (patch)
treeac45409beea433733f1abba29768e1e1786fe16c /newlib/ChangeLog
parentcb699ad770a17131a3c0b57a1f7af88e0a1e526e (diff)
* acinclude.m4 (newlib_cflags): Remove include directories that
are already specified in the top-level configure.in's FLAGS_FOR_TARGET.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 28aa4de3f..70b7a846b 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-22 Thomas Fitzsimmons <fitzsim@redhat.com>
+
+ * acinclude.m4 (newlib_cflags): Remove include directories that
+ are already specified in the top-level configure.in's FLAGS_FOR_TARGET.
+
2002-04-19 Bill Siegmund
* libc/machine/xscale/memchr.c: Don't use multi-line strings.