about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-05-15 02:58:18 +0000
committerUlrich Drepper <drepper@redhat.com>2008-05-15 02:58:18 +0000
commit215a87451d1fd623fd2699fa57f16f8ab6f6a2f3 (patch)
tree1a26c877b22ed3754d200e38bf748a6e6edcd1e8 /ChangeLog
parent2f9a1be867489eb4fdc46e052163eb3cab99aef1 (diff)
downloadglibc-215a87451d1fd623fd2699fa57f16f8ab6f6a2f3.tar.gz
glibc-215a87451d1fd623fd2699fa57f16f8ab6f6a2f3.tar.xz
glibc-215a87451d1fd623fd2699fa57f16f8ab6f6a2f3.zip
[BZ #6428]
	* configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a2837c38e..3bfe2d1bd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #6428]
+	* configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
+
 	[BZ #6442]
 	* string/endian.h: Add macros for fixed-size endian conversion.
 	* bits/byteswap.h: Allow inclusion from <endian.h>.