mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
* elf/Makefile: Also check all iconv modules for text relocations.
This commit is contained in:
parent
fc618fd0fd
commit
b4c98dc445
@ -1,5 +1,7 @@
|
||||
2002-12-12 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/Makefile: Also check all iconv modules for text relocations.
|
||||
|
||||
* stdlib/Makefile: Remove code to automatically import GMP.
|
||||
|
||||
* elf/Makefile (tests): Add rules to build and run check-textrel.
|
||||
|
@ -579,6 +579,7 @@ tests: $(objpfx)check-textrel.out
|
||||
|
||||
$(objpfx)check-textrel.out: $(objpfx)check-textrel
|
||||
$(dir $<)$(notdir $<) $(common-objpfx)libc.so \
|
||||
$(wildcard $(common-objpfx)/*/lib*.so) > $@
|
||||
$(sort $(wildcard $(common-objpfx)*/lib*.so \
|
||||
$(common-objpfx)iconvdata/*.so)) > $@
|
||||
generated += check-textrel check-textrel.out
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user