diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-12 02:44:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-12 02:44:03 +0000 |
commit | d004f303b6605a950dcd8af9b0e1296b89b9cc02 (patch) | |
tree | f05f00793be381d35ab12070122c3e9ff1013698 | |
parent | 06216d348181718d12d9b6d0258d8560695d3947 (diff) | |
download | glibc-d004f303b6605a950dcd8af9b0e1296b89b9cc02.tar.gz glibc-d004f303b6605a950dcd8af9b0e1296b89b9cc02.tar.xz glibc-d004f303b6605a950dcd8af9b0e1296b89b9cc02.zip |
* csu/Makefile ($(objpfx)elf-init.oS): Remove target, braino.
(CPPFLAGS-elf-init.oS, CFLAGS-elf-init.oS): New variables. Turn off PIC for compiling this file.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 79f45f0d13..937362f5de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-12-11 Roland McGrath <roland@redhat.com> + + * csu/Makefile ($(objpfx)elf-init.oS): Remove target, braino. + (CPPFLAGS-elf-init.oS, CFLAGS-elf-init.oS): New variables. + Turn off PIC for compiling this file. + 2002-12-11 Ulrich Drepper <drepper@redhat.com> * malloc/thread-m.h: Remove thread_id type and MUTEX_INITIALIZER |