diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-31 21:15:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-31 21:15:05 +0000 |
commit | 98bb0727744383d8ce4ec5990bc123fc441c5d78 (patch) | |
tree | 6c53a05ed1e85f4771b76795fbae4f135721ea4e | |
parent | f4281cc49bf8448c6d808bc7cd84b9d4a9c927db (diff) | |
download | glibc-98bb0727744383d8ce4ec5990bc123fc441c5d78.tar.gz glibc-98bb0727744383d8ce4ec5990bc123fc441c5d78.tar.xz glibc-98bb0727744383d8ce4ec5990bc123fc441c5d78.zip |
* Makerules (compile.S, COMPILE.S): Remove -DASSEMBLER here.
Use $(S-CPPFLAGS) in place of $(asm-CPPFLAGS). (S-CPPFLAGS): Add -DASSEMBLER here instead. (generate-md5, +make-deps): Fix magic to get $(S-CPPFLAGS).
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c0c028569d..61c5b5fbd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-12-31 Roland McGrath <roland@redhat.com> + + * Makerules (compile.S, COMPILE.S): Remove -DASSEMBLER here. + Use $(S-CPPFLAGS) in place of $(asm-CPPFLAGS). + (S-CPPFLAGS): Add -DASSEMBLER here instead. + (generate-md5, +make-deps): Fix magic to get $(S-CPPFLAGS). + 2002-12-31 Ulrich Drepper <drepper@redhat.com> * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle |