aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-11-12 20:44:22 +0000
committerEd Maste <emaste@FreeBSD.org>2018-11-12 20:44:22 +0000
commit7c807d770873fef87f7dec46d22301c66f050887 (patch)
treec2b82365c54ccbfe6d3550716aa83ea8419cde99 /targets
parent672b07ce30016dfa4da36c858c9a3395ac595895 (diff)
downloadsrc-7c807d770873fef87f7dec46d22301c66f050887.tar.gz
src-7c807d770873fef87f7dec46d22301c66f050887.zip
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
Notes
Notes: svn path=/head/; revision=340386
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/userland/lib/Makefile.depend5
1 files changed, 1 insertions, 4 deletions
diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend
index 9f702cb53fc3..2139d18204ca 100644
--- a/targets/pseudo/userland/lib/Makefile.depend
+++ b/targets/pseudo/userland/lib/Makefile.depend
@@ -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