diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-15 02:58:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-15 02:58:18 +0000 |
commit | 215a87451d1fd623fd2699fa57f16f8ab6f6a2f3 (patch) | |
tree | 1a26c877b22ed3754d200e38bf748a6e6edcd1e8 /ChangeLog | |
parent | 2f9a1be867489eb4fdc46e052163eb3cab99aef1 (diff) | |
download | glibc-215a87451d1fd623fd2699fa57f16f8ab6f6a2f3.tar glibc-215a87451d1fd623fd2699fa57f16f8ab6f6a2f3.tar.gz glibc-215a87451d1fd623fd2699fa57f16f8ab6f6a2f3.tar.bz2 glibc-215a87451d1fd623fd2699fa57f16f8ab6f6a2f3.zip |
[BZ #6428]
* configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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>. |