retire LINKER_FEATURES filter flag

And build libdl unconditionally.  All supported FreeBSD linkers accept
-F / --filter so there is no need to test for support.

Discussed with:	kib
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste
2018-11-12 20:44:22 +00:00
parent 672b07ce30
commit 7c807d7708
3 changed files with 2 additions and 12 deletions
+1 -4
View File
@@ -60,6 +60,7 @@ DIRDEPS = \
lib/libdevdctl \
lib/libdevinfo \
lib/libdevstat \
lib/libdl \
lib/libdwarf \
lib/libedit/edit/readline \
lib/libelf \
@@ -214,10 +215,6 @@ DIRDEPS+= \
DIRDEPS+= stand/libsa32
.endif
.if defined(LINKER_FEATURES) && ${LINKER_FEATURES:Mfilter}
DIRDEPS+= lib/libdl
.endif
.if ${MK_NAND} != "no"
DIRDEPS+= lib/libnandfs
.endif