svn commit: r360850 - in stable/12: . share/man/man7 share/mk

John Baldwin jhb at FreeBSD.org
Sat May 9 20:05:26 UTC 2020


On 5/9/20 10:14 AM, John Baldwin wrote:
> Author: jhb
> Date: Sat May  9 17:14:59 2020
> New Revision: 360850
> URL: https://svnweb.freebsd.org/changeset/base/360850
> 
> Log:
>   MFC 356499: Use clang and lld as the default toolchain for RISCV.
>   
>   - Enable clang and lld as system toolchains.
>   - Don't use external GCC for universe by default.
>   - Re-enable riscv64sf since it builds fine with clang + lld.
>   
>   Sponsored by:	DARPA

RISC-V using LLVM I merged so it would be enabled in tinderbox and
to stop relying on external toolchain in 12.  This one was very easy
since LLD 10 had already been merged.  I don't plan to try to MFC
changes for MIPS or powerpc.

-- 
John Baldwin


More information about the svn-src-all mailing list