summaryrefslogtreecommitdiffstats
path: root/targets
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-01-03 22:49:56 +0000
committerbdrewery <bdrewery@FreeBSD.org>2017-01-03 22:49:56 +0000
commit8675fa7917d496b5463ab88bdd6365ca7c11fcef (patch)
treee3b00fafb453be8554beadeca99c5f2eb169ae4d /targets
parent4f22d45509e9d29de44eb1b6d4344dc43d4d617a (diff)
downloadFreeBSD-src-8675fa7917d496b5463ab88bdd6365ca7c11fcef.zip
FreeBSD-src-8675fa7917d496b5463ab88bdd6365ca7c11fcef.tar.gz
MFC r305255:
DIRDEPS_BUILD: Fix 'make bootstrap-tools' not using the proper tblgen binaries.
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/bootstrap-tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/targets/pseudo/bootstrap-tools/Makefile b/targets/pseudo/bootstrap-tools/Makefile
index 98064ff..2259861 100644
--- a/targets/pseudo/bootstrap-tools/Makefile
+++ b/targets/pseudo/bootstrap-tools/Makefile
@@ -78,6 +78,8 @@ BSTCENV= \
BSTCARGS= \
${BSARGS:NDESTDIR=*:NOBJTOP=*:NOBJROOT=*:NMK_CROSS_COMPILER=*:NMK_CLANG=*:NMK_GCC=*} \
BUILD_DIRDEPS=yes \
+ LLVM_TBLGEN=${TOOLSDIR}/usr/bin/llvm-tblgen \
+ CLANG_TBLGEN=${TOOLSDIR}/usr/bin/clang-tblgen \
-DWITH_STAGING \
-DWITH_TOOLSDIR
OpenPOWER on IntegriCloud