K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-03-29T15:02:05.110195Z K 7 svn:log V 372 Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE is active to use ld.bfd for these ports. Approved by: portmgr (antoine) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14876 END