aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/bin/utility.hxx
AgeCommit message (Collapse)AuthorFilesLines
2020-06-16Add $bin.link_member() functionBoris Kolpackov1-5/+19
Given a linker output target type ("exe", "lib[as]", or "libu[eas]") return the target type of lib{} group member ("liba" or "libs") that will be picked when linking a lib{} group to this target type.
2020-06-16Move common functionality from cc to binBoris Kolpackov1-19/+48
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-10-09Prepend pattern search paths to PATH when running binutilsBoris Kolpackov1-0/+47
This way any dependent tools (such as mt.exe that is invoked by link.exe) are first search for in there.