aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-03-06 20:10:08 +0000
committerRoland McGrath <roland@gnu.org>2005-03-06 20:10:08 +0000
commitfcb050599109dac133dd444e4e3712a82987fe3c (patch)
tree40a4582ae5e08a1267f14c58fd62c5b685c54968
parent1c99f950d19adb5ed56839d2eee4ba6db1d179b4 (diff)
downloadglibc-fcb050599109dac133dd444e4e3712a82987fe3c.tar
glibc-fcb050599109dac133dd444e4e3712a82987fe3c.tar.gz
glibc-fcb050599109dac133dd444e4e3712a82987fe3c.tar.bz2
glibc-fcb050599109dac133dd444e4e3712a82987fe3c.zip
typo
* sysdeps/i386/Makefile (CFLAGS-initfini.s): Unconditionally use
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a41628e221..e185bfccc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,7 +43,7 @@
* configure.in: Make sure at least gcc 3.4 is used. Undo last change.
* config.make.in: Undo last change.
- * sysdeps/i386/Makefile ((CFLAGS-initfini.s): Unconditionally use
+ * sysdeps/i386/Makefile (CFLAGS-initfini.s): Unconditionally use
-mtune.
2005-03-05 Roland McGrath <roland@redhat.com>