]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Include existing MAKE_PARAMS_<target> when determining the universe toolchain.
authorjhb <jhb@FreeBSD.org>
Thu, 28 Jun 2018 18:19:46 +0000 (18:19 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 28 Jun 2018 18:19:46 +0000 (18:19 +0000)
commitf0ed3e86bef1475670e4480199ec84b4b6ff80ce
treec49ea98cf43e58c181e3e0da77ee5646f996d9a6
parentb33309567fb22a94183de105a5a9c290bcc90109
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