svn commit: r311182 - stable/11/targets/pseudo/bootstrap-tools

Bryan Drewery bdrewery at FreeBSD.org
Tue Jan 3 22:49:57 UTC 2017


Author: bdrewery
Date: Tue Jan  3 22:49:56 2017
New Revision: 311182
URL: https://svnweb.freebsd.org/changeset/base/311182

Log:
  MFC r305255:
  
    DIRDEPS_BUILD: Fix 'make bootstrap-tools' not using the proper tblgen
    binaries.

Modified:
  stable/11/targets/pseudo/bootstrap-tools/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/targets/pseudo/bootstrap-tools/Makefile
==============================================================================
--- stable/11/targets/pseudo/bootstrap-tools/Makefile	Tue Jan  3 22:49:15 2017	(r311181)
+++ stable/11/targets/pseudo/bootstrap-tools/Makefile	Tue Jan  3 22:49:56 2017	(r311182)
@@ -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
 


More information about the svn-src-stable mailing list