diff options
Diffstat (limited to 'targets/pseudo/bootstrap-tools/Makefile')
-rw-r--r-- | targets/pseudo/bootstrap-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/pseudo/bootstrap-tools/Makefile b/targets/pseudo/bootstrap-tools/Makefile index 525320702a41..08ed40273c17 100644 --- a/targets/pseudo/bootstrap-tools/Makefile +++ b/targets/pseudo/bootstrap-tools/Makefile @@ -48,7 +48,7 @@ BSARGS= DESTDIR= \ MK_INCLUDES=yes # We will handle building the toolchain and cross-compiler. -BSARGS+= MK_CROSS_COMPILER=no MK_CLANG=no MK_GCC=no +BSARGS+= MK_CROSS_COMPILER=no MK_CLANG=no DISTRIB_ENV= INSTALL="sh ${SRCTOP}/tools/install.sh" NO_FSCHG=1 MK_TESTS=no legacy: .MAKE ${META_DEPS} @@ -78,7 +78,7 @@ BSTCENV= \ ${BSENV:MPATH=*} BSTCARGS= \ - ${BSARGS:NDESTDIR=*:NOBJTOP=*:NOBJROOT=*:NMK_CROSS_COMPILER=*:NMK_CLANG=*:NMK_GCC=*} \ + ${BSARGS:NDESTDIR=*:NOBJTOP=*:NOBJROOT=*:NMK_CROSS_COMPILER=*:NMK_CLANG=*} \ BUILD_DIRDEPS=yes \ LLVM_TBLGEN=${TOOLSDIR}/usr/bin/llvm-tblgen \ CLANG_TBLGEN=${TOOLSDIR}/usr/bin/clang-tblgen \ |