From 639c324856be406e80c000720151c34ec6904d87 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 18 Mar 2001 21:34:58 +0000 Subject: Update. 2001-03-18 Ulrich Drepper * Makerules (build-shlib): Remove unnecessary slashes introduced in last change. * configure.in: Test for -Bgroup option of linker. * config.make.in: Define have-Bgroup. * conform/data/unistd.h-data: Require gethostname. * posix/unistd.h: Make gethostname prototype available for __USE_XOPEN2K. * crypt/Makefile: When generating DSO link with libc_nonshared.a. * debug/Makefile: Likewise. * dlfcn/Makefile: Likewise. * hesiod/Makefile: Likewise. * iconvdata/extra-module.mk: Likewise. * locale/Makefile: Likewise. * login/Makefile: Likewise. * math/Makefile: Likewise. * nis/Makefile: Likewise. * nss/Makefile: Likewise. * resolv/Makefile: Likewise. * rt/Makefile: Likewise. * posix/unistd.h (gethostname): Change type of second parameter back to size_t as per upcoming XPG6. --- Makerules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 78089e6b4a..218cde1a2f 100644 --- a/Makerules +++ b/Makerules @@ -427,14 +427,14 @@ ifeq (yes,$(elf)) # not for shared objects define build-shlib $(build-shlib-helper) \ - -o $@.new $(csu-objpfx)/abi-note.o -Wl,--verbose \ + -o $@.new $(csu-objpfx)abi-note.o -Wl,--verbose \ $(LDLIBS-$(@F:lib%.so=%).so) 2>&1 | \ sed -e '/^=========/,/^=========/!d;/^=========/d' \ -e 's/^.*\.hash[ ]*:.*$$/ .note.ABI-tag : { *(.note.ABI-tag) } &/' \ > $@.lds; \ rm -f $@.new; \ $(build-shlib-helper) -o $@ -T $@.lds \ - -Wl,--whole-archive $(csu-objpfx)/abi-note.o \ + -Wl,--whole-archive $(csu-objpfx)abi-note.o \ $(filter-out $(map-file) $(+preinit) $(+postinit),$^) \ $(no-whole-archive) $(LDLIBS-$(@F:lib%.so=%).so); \ rm -f $@.lds -- cgit v1.2.3