diff options
author | Javier Pello <devel@otheo.eu> | 2022-09-27 20:05:59 +0200 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-10-06 07:59:48 -0300 |
commit | 6099908fb84debee4c3bcb05d88769410c2aecd1 (patch) | |
tree | eb8a0b7f45f201da95b06579c8ff151e37337c59 /elf/Makefile | |
parent | d178c67535f0d159df73843e7c18cbdb39b4d25d (diff) | |
download | glibc-6099908fb84debee4c3bcb05d88769410c2aecd1.zip glibc-6099908fb84debee4c3bcb05d88769410c2aecd1.tar.gz glibc-6099908fb84debee4c3bcb05d88769410c2aecd1.tar.bz2 |
elf: Remove legacy hwcaps support from the dynamic loader
Remove support for the legacy hwcaps subdirectories from the dynamic
loader.
Signed-off-by: Javier Pello <devel@otheo.eu>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/elf/Makefile b/elf/Makefile index 008770b..276343a 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -2689,12 +2689,6 @@ $(objpfx)tst-rtld-help.out: $(objpfx)ld.so $(test-wrapper) $(rtld-prefix) --help > $@; \ status=$$?; \ echo "info: ld.so exit status: $$status" >> $@; \ - if ! grep -q 'Legacy HWCAP subdirectories under library search path directories' $@; then \ - echo "error: missing subdirectory pattern" >> $@; \ - if test $$status -eq 0; then \ - status=1; \ - fi; \ - fi; \ (exit $$status); \ $(evaluate-test) |