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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user