]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Include existing MAKE_PARAMS_<target> when determining the universe toolchain.
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 28 Jun 2018 18:19:46 +0000 (18:19 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 28 Jun 2018 18:19:46 +0000 (18:19 +0000)
commit32cec12c7573e03e79b877af65aee197818b5d02
treec49ea98cf43e58c181e3e0da77ee5646f996d9a6
parente02d32f72edf209719d83c85bc742f5b58166e0e
Include existing MAKE_PARAMS_<target> when determining the universe toolchain.

This fixes a warning for each RISCV target during universe by passing in
the required CROSS_TOOLCHAIN setting which will in turn set
CROSS_BINUTILS_PREFIX correctly.  It also ensures that a tinderbox build
uses the correct compiler for riscv.  Previously it was using the shared
clang compiler instead of riscv64-gcc.

Reviewed by: bdrewery
Sponsored by: DARPA / AFRL
Differential Revision: https://reviews.freebsd.org/D16049
Makefile