[COMMITTED] Remove stale reference to libanl.a
Adhemerval Zanella
adhemerval.zanella@linaro.org
Mon Jan 3 16:59:03 GMT 2022
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(-)
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)
--
2.32.0
More information about the Libc-alpha
mailing list