DIRDEPS_BUILD: Fix 'make bootstrap-tools' not using the proper tblgen binaries.
This was an incomplete item from r291561. The host {clang,llvm}-tblgen binaries were used, rather than the ones built into the host stagedir by normal Makefile.depend dependencies on tblgen. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
5017231ad7
commit
12330f35fa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user