Explorar el Código

tools/patch: enable parallel build

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 47049
Felix Fietkau hace 10 años
padre
commit
a883639e92
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      tools/patch/Makefile

+ 2 - 0
tools/patch/Makefile

@@ -13,6 +13,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/patch
 PKG_SOURCE_URL:=@GNU/patch
 PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a
 PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a
 
 
+HOST_BUILD_PARALLEL := 1
+
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/host-build.mk
 
 
 HOSTCC := $(HOSTCC_NOCACHE)
 HOSTCC := $(HOSTCC_NOCACHE)