[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r3867 - in /fsf/trunk/libc: ChangeLog elf/Makefile
- To: commits@xxxxxxxxxx
- Subject: [commits] r3867 - in /fsf/trunk/libc: ChangeLog elf/Makefile
- From: eglibc@xxxxxxxxxx
- Date: Sat, 20 Oct 2007 07:04:28 -0000
Author: eglibc
Date: Sat Oct 20 00:04:26 2007
New Revision: 3867
Log:
Import glibc-mainline for 2007-10-20
Modified:
fsf/trunk/libc/ChangeLog
fsf/trunk/libc/elf/Makefile
Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Sat Oct 20 00:04:26 2007
@@ -1,3 +1,7 @@
+2007-10-19 Roland McGrath <roland@xxxxxxxxxx>
+
+ * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
+
2007-10-06 David S. Miller <davem@xxxxxxxxxxxxx>
* configure.in: Add sparcv9v2 and sparc64v2.
Modified: fsf/trunk/libc/elf/Makefile
==============================================================================
--- fsf/trunk/libc/elf/Makefile (original)
+++ fsf/trunk/libc/elf/Makefile Sat Oct 20 00:04:26 2007
@@ -308,7 +308,7 @@
-Wl,-soname=$(rtld-installed-name) -T $@.lds
rm -f $@.lds
readelf -s $@ \
- | awk '($$7 ~ /^UND(|EF)$$/ && $$1 != "0:" && $$4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
+ | $(AWK) '($$7 ~ /^UND(|EF)$$/ && $$1 != "0:" && $$4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
# interp.c exists just to get this string into the libraries.
CFLAGS-interp.c = -D'RUNTIME_LINKER="$(slibdir)/$(rtld-installed-name)"' \