[COMMITTED] Remove stale reference to libanl.a

Message ID 20220103165903.3963383-1-adhemerval.zanella@linaro.org
State Committed
Commit 8df0def7a4e852058e85af8493265c9ebb49bd08
Headers
Series [COMMITTED] Remove stale reference to libanl.a |

Commit Message

Adhemerval Zanella Jan. 3, 2022, 4:59 p.m. UTC
  Since dbb949f53d4 ("resolv: Move libanl into libc (if libpthread is in
libc)") libanl.a is empty, so linking against it no longer necessary.
---
 elf/Makefile | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/elf/Makefile b/elf/Makefile
index 06bfa1642f..883578ee36 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)