From 8df0def7a4e852058e85af8493265c9ebb49bd08 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 3 Jan 2022 13:54:27 -0300 Subject: 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. --- 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) -- cgit v1.2.3