]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
src.opts.mk: simplify Clang and lld bootstrap defaults
authoremaste <emaste@FreeBSD.org>
Sat, 29 Feb 2020 13:15:01 +0000 (13:15 +0000)
committeremaste <emaste@FreeBSD.org>
Sat, 29 Feb 2020 13:15:01 +0000 (13:15 +0000)
commit29715993aac79b3037f652828286da3dfaf84d35
treed0b0de3a31a8eb26bef9ff5ec4a9bcb322d25add
parent83c26f89768ec51197e44d8609043bcea8a6984f
src.opts.mk: simplify Clang and lld bootstrap defaults

With the retirement of GCC 4.2.1 we can assume the host compiler supports
C++11, and can simplify the Clang and LLD defaults.  Clang and lld are now
enabled by default everywhere, and are used as the bootstrap compiler and
linker for all targets except MIPS.

Sponsored by: The FreeBSD Foundation
share/mk/src.opts.mk