Home | History | Annotate | Download | only in core

Lines Matching defs:archives

316 # Function : link-whole-archives
319 # Usage : $(call link-whole-archives,<libraries>)
326 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1))
330 $(call test-expect,,$(call link-whole-archives))\
333 $(call test-expect,$(_start) foo $(_end),$(call link-whole-archives,foo))\
334 $(call test-expect,$(_start) foo bar $(_end),$(call link-whole-archives,foo bar))