K 10 svn:author V 3 jhb K 8 svn:date V 27 2020-01-22T21:21:24.552872Z K 7 svn:log V 414 Remove support for auto-selecting an external binutils. All of the in-tree architectures not supported by in-tree binutils are supported by lld, so the condition is now always false. It also didn't fully work since the external binutils are installed into a directory that uses the host's OS version, not the target OS version. Reviewed by: emaste, imp Differential Revision: https://reviews.freebsd.org/D23294 END