CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2018/07/26 07:20:53

Modified files:
        gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper 
        gnu/usr.bin/binutils-2.17/ld: Makefile.in 
        gnu/usr.bin/clang/lld: Makefile 
        share/mk       : bsd.own.mk 

Log message:
Add infrastructure to install lld as the default linker.  The old GNU linker
will be installed as /usr/bin/ld.bfd on supported systems.  This allows
users to fall back on the old linker by using the -fuse-ld=bfd option on
systems where lld is the default linker.

Switch armv7 to use lld as the default linker.  On arm64 we already use lld
as the default linker.  Other platforms will keep using the GNU linker for
now.

ok patrick@, deraadt@, phessler@

Reply via email to