about summary refs log tree commit diff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorJavier Pello <devel@otheo.eu>2022-09-27 20:05:59 +0200
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-10-06 07:59:48 -0300
commit6099908fb84debee4c3bcb05d88769410c2aecd1 (patch)
treeeb8a0b7f45f201da95b06579c8ff151e37337c59 /elf/Makefile
parentd178c67535f0d159df73843e7c18cbdb39b4d25d (diff)
downloadglibc-6099908fb84debee4c3bcb05d88769410c2aecd1.tar.gz
glibc-6099908fb84debee4c3bcb05d88769410c2aecd1.tar.xz
glibc-6099908fb84debee4c3bcb05d88769410c2aecd1.zip
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/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 008770bfaf..276343a47f 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)