mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue