Skip to content
Snippets Groups Projects
Commit 54f799dd authored by Felix Fietkau's avatar Felix Fietkau
Browse files

eglibc: enable parallel builds


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 34025
parent 76a05a13
No related branches found
No related tags found
No related merge requests found
PATH_PREFIX := .
VARIANT:=final
HOST_BUILD_PARALLEL:=1
include ./common.mk
define Host/Compile
$(MAKE) -C $(CUR_BUILD_DIR) all
$(MAKE) -C $(CUR_BUILD_DIR) all PARALLELMFLAGS="$(HOST_JOBS)"
endef
define Host/Install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment