diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-09 13:38:44 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-09 19:14:02 +0200 |
commit | 699361795f6af887f26585962b8a73a394aab653 (patch) | |
tree | 2e69866ab18fce88cc9ea4e282e323fbe5421694 /sysdeps | |
parent | 51a3df5e358f3229b9f4e9ad1721fee591d4d29e (diff) | |
download | glibc-699361795f6af887f26585962b8a73a394aab653.tar.gz glibc-699361795f6af887f26585962b8a73a394aab653.tar.xz glibc-699361795f6af887f26585962b8a73a394aab653.zip |
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 <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/powerpc/Makefile | 1 | ||||
-rw-r--r-- | sysdeps/powerpc/powerpc64/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
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 = \ |