mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
Update.
2001-04-02 Andreas Schwab <schwab@suse.de> * Makerules (build-module): Make sure exit codes get checked properly and remove unnecessary slashes.
This commit is contained in:
parent
71e1637e40
commit
2f53aec963
@ -1,3 +1,8 @@
|
||||
2001-04-02 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makerules (build-module): Make sure exit codes get checked
|
||||
properly and remove unnecessary slashes.
|
||||
|
||||
2001-04-17 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
|
||||
|
14
Makerules
14
Makerules
@ -462,17 +462,17 @@ ifeq (yes,$(elf))
|
||||
# not for shared objects
|
||||
define build-module
|
||||
$(build-module-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-module-helper) -o $@ -T $@.lds \
|
||||
-Wl,--whole-archive $(csu-objpfx)/abi-note.o \
|
||||
> $@.lds
|
||||
rm -f $@.new
|
||||
$(build-module-helper) -o $@ -T $@.lds \
|
||||
-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
|
||||
$(no-whole-archive) $(LDLIBS-$(@F:lib%.so=%).so)
|
||||
rm -f $@.lds
|
||||
endef
|
||||
else
|
||||
define build-module
|
||||
|
Loading…
Reference in New Issue
Block a user