From 699361795f6af887f26585962b8a73a394aab653 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 9 Jun 2021 13:38:44 +0200 Subject: Remove stale references to libdl.a Since commit 0c1c3a771eceec46e66ce1183cf988e2303bd373 ("dlfcn: Move dlopen into libc") libdl.a is empty, so linking against it is no longer necessary. Reviewed-by: Adhemerval Zanella --- sysdeps/powerpc/Makefile | 1 - sysdeps/powerpc/powerpc64/Makefile | 1 - 2 files changed, 2 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile index d1c71a0ca4..09860ffc01 100644 --- a/sysdeps/powerpc/Makefile +++ b/sysdeps/powerpc/Makefile @@ -25,7 +25,6 @@ test-internal-extras += mod-cache-ppc mod-cache-ppc.so-no-z-defs = yes tst-cache-ppc-static-dlopen-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf -$(objpfx)tst-cache-ppc-static-dlopen: $(common-objpfx)dlfcn/libdl.a $(objpfx)tst-cache-ppc-static-dlopen.out: $(objpfx)mod-cache-ppc.so $(objpfx)tst-cache-ppc: $(objpfx)mod-cache-ppc.so diff --git a/sysdeps/powerpc/powerpc64/Makefile b/sysdeps/powerpc/powerpc64/Makefile index dd49dbbce2..679d5e49ba 100644 --- a/sysdeps/powerpc/powerpc64/Makefile +++ b/sysdeps/powerpc/powerpc64/Makefile @@ -59,7 +59,6 @@ tests += tst-setjmp-bug21895-static tests-static += tst-setjmp-bug21895-static modules-names += setjmp-bug21895 -$(objpfx)tst-setjmp-bug21895-static: $(common-objpfx)dlfcn/libdl.a $(objpfx)tst-setjmp-bug21895-static.out: $(objpfx)setjmp-bug21895.so tst-setjmp-bug21895-static-ENV = \ -- cgit v1.2.3