From 66898596e6eec2452b0fe38cb667e61832246fb3 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 17 Oct 2012 13:03:08 +0000 Subject: toolchain: enable parallel build for uClibc, remove the obsolete TOOLCHAIN_PARALLEL config symbol git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33807 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/uClibc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolchain/uClibc/Makefile') diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 0c2dcd383..545ea5ae5 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -5,6 +5,8 @@ include ./common.mk HOST_STAMP_BUILT:=$(HOST_BUILD_DIR)/.built HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.uclibc_installed +HOST_BUILD_PARALLEL:=1 + define Host/SetToolchainInfo $(SED) 's,^\(LIBC_TYPE\)=.*,\1=$(PKG_NAME),' $(TOOLCHAIN_DIR)/info.mk $(SED) 's,^\(LIBC_URL\)=.*,\1=http://www.uclibc.org/,' $(TOOLCHAIN_DIR)/info.mk -- cgit v1.2.3