diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-12 18:50:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-12 18:50:25 +0000 |
commit | e69924e348d364f9e5efd5bb7bc452887bb893f9 (patch) | |
tree | b5dd856b6a5a931e473c0b7f19a580c243d00cc9 /ChangeLog | |
parent | d322efa8e5240e4cc22b224e606e10dfe9678b31 (diff) | |
download | glibc-e69924e348d364f9e5efd5bb7bc452887bb893f9.tar.gz glibc-e69924e348d364f9e5efd5bb7bc452887bb893f9.tar.xz glibc-e69924e348d364f9e5efd5bb7bc452887bb893f9.zip |
Update.
* Makeconfig (preprocess-versions): Define ASSEMBLER. * stdlib/Makefile (isomac-CFLAGS): Define to -O. * posix/Makefile (annexc-CFLAGS): Define to -O.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 95e19cd3df..0fe4bd6294 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 2001-09-12 Ulrich Drepper <drepper@redhat.com> * config.h.in: Enforce optimization to be used. + * Makeconfig (preprocess-versions): Define ASSEMBLER. + * stdlib/Makefile (isomac-CFLAGS): Define to -O. + * posix/Makefile (annexc-CFLAGS): Define to -O. 2001-09-11 Ulrich Drepper <drepper@redhat.com> |