* elf/Makefile: Also check all iconv modules for text relocations.
This commit is contained in:
Ulrich Drepper 2002-12-13 01:05:48 +00:00
parent fc618fd0fd
commit b4c98dc445
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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