Home
last modified time | relevance | path

Searched hist:"1 bf5e133cb0df217f6bb81063fa1b89c22b0d602" (Results 1 – 2 of 2) sorted by relevance

/freebsd/
H A DUPDATINGdiff 1bf5e133cb0df217f6bb81063fa1b89c22b0d602 Sat Apr 08 01:37:22 CEST 2017 Ed Maste <emaste@FreeBSD.org> do not require binutils port when using lld as ld

r279908 added logic to Makefile.inc1 to automatically set
CROSS_BINUTILS_PREFIX for architectures not supported by the in-tree
binutils: arm64 when first introduced, and later riscv64 as well.

LLVM's LLD linker is now included in the base system, and is enabled by
default for arm64 and capable of linking world and kernel. Thus, avoid
automatically setting CROSS_BINUTILS_PREFIX and requiring the binutils
port if WITH_LLD_IS_LD is true.

Reviewed by: kan
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D10310
H A DMakefile.inc1diff 1bf5e133cb0df217f6bb81063fa1b89c22b0d602 Sat Apr 08 01:37:22 CEST 2017 Ed Maste <emaste@FreeBSD.org> do not require binutils port when using lld as ld

r279908 added logic to Makefile.inc1 to automatically set
CROSS_BINUTILS_PREFIX for architectures not supported by the in-tree
binutils: arm64 when first introduced, and later riscv64 as well.

LLVM's LLD linker is now included in the base system, and is enabled by
default for arm64 and capable of linking world and kernel. Thus, avoid
automatically setting CROSS_BINUTILS_PREFIX and requiring the binutils
port if WITH_LLD_IS_LD is true.

Reviewed by: kan
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D10310