clang: Only build host {llvm,clang}-tblgen

We only need host binaries for llvm-tblgen and clang-tblgen, so
there is no need building a complete clang build.
This commit is contained in:
Fredrik Fornwall 2017-01-08 07:59:46 -05:00
parent e65ab762d3
commit ae0899e7c4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ termux_step_host_build () {
cmake -G "Unix Makefiles" $TERMUX_PKG_SRCDIR \
-DLLVM_BUILD_TESTS=OFF \
-DLLVM_INCLUDE_TESTS=OFF
make -j $TERMUX_MAKE_PROCESSES
make -j $TERMUX_MAKE_PROCESSES clang-tblgen llvm-tblgen
}
termux_step_configure () {