Created attachment 164358 [details] Patch to install GNU ld also as /usr/bin/ld.bfd To make -fuse-ld=bfd work and to facilitate other linker experiments I want to install the base system linker also as /usr/bin/ld.bfd. I'm requesting an exp-run in case some port currently uses GNU ld from ports but ends up using the base system ld.bfd instead with my change.
Exp-run results: http://package18.nyi.freebsd.org/jail.html?mastername=headamd64PR205409-default http://package18.nyi.freebsd.org/jail.html?mastername=headi386PR205409-default 0 new failure
A commit references this bug: Author: emaste Date: Wed Dec 23 14:31:26 UTC 2015 New revision: 292658 URL: https://svnweb.freebsd.org/changeset/base/292658 Log: Install ld also as ld.bfd, for use with cc -fuse-ld=bfd PR: 205409 [exp-run] MFC after: 1 week Relnotes: Yes Sponsored by: The FreeBSD Foundation Changes: head/gnu/usr.bin/binutils/ld/Makefile head/tools/build/mk/OptionalObsoleteFiles.inc
Thanks Antoine