diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-03 13:54:27 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-01-03 13:54:27 -0300 |
commit | 8df0def7a4e852058e85af8493265c9ebb49bd08 (patch) | |
tree | 379f4dc1651cafa3b607ff6ee6c7aa3d590fcd05 | |
parent | 9288c92d0037745b940a90d59cbe102d4c218c26 (diff) | |
download | glibc-8df0def7a4e852058e85af8493265c9ebb49bd08.zip glibc-8df0def7a4e852058e85af8493265c9ebb49bd08.tar.gz glibc-8df0def7a4e852058e85af8493265c9ebb49bd08.tar.bz2 |
Remove stale reference to libanl.a
Since dbb949f53d4 ("resolv: Move libanl into libc (if libpthread is in
libc)") libanl.a is empty, so linking against it no longer necessary.
-rw-r--r-- | elf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 06bfa16..883578e 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1683,7 +1683,6 @@ $(objpfx)tst-linkall-static: \ $(common-objpfx)resolv/libresolv.a \ $(common-objpfx)login/libutil.a \ $(common-objpfx)rt/librt.a \ - $(common-objpfx)resolv/libanl.a \ $(static-thread-library) ifeq ($(build-crypt),yes) |