X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Ftoolchain-build.mk;h=a0bc4061fcfcfc6c488e30ac985ccf4c709f9d5d;hb=9adda4407b4327d1bc18b3046f8504acf1e3b314;hp=b9a94316fce1298ea38aeb86b09b20e807e8d1bf;hpb=0738dfa4169ee45becd217f5369e351816dee347;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/include/toolchain-build.mk b/include/toolchain-build.mk index b9a94316fc..a0bc4061fc 100644 --- a/include/toolchain-build.mk +++ b/include/toolchain-build.mk @@ -7,7 +7,12 @@ override CONFIG_AUTOREBUILD= +REAL_STAGING_DIR_HOST:=$(STAGING_DIR_HOST) STAGING_DIR_HOST:=$(TOOLCHAIN_DIR) BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN) +TOOLCHAIN_JOBS?=$(if $(CONFIG_TOOLCHAIN_PARALLEL),-j$(CONFIG_PKG_BUILD_JOBS)) + include $(INCLUDE_DIR)/host-build.mk + +HOST_STAMP_PREPARED=$(HOST_BUILD_DIR)/.prepared