aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-17 13:03:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-17 13:03:08 +0000
commit9afeebbea73b7ccde5323a9e58e8ce6ff02b9016 (patch)
treeb41266e764e91a2b8b89ce89716dca7d787579af /toolchain/uClibc/Makefile
parent00e12d10e36f15f24d9eb36b17f4fb70d961ec45 (diff)
downloadupstream-9afeebbea73b7ccde5323a9e58e8ce6ff02b9016.tar.gz
upstream-9afeebbea73b7ccde5323a9e58e8ce6ff02b9016.tar.bz2
upstream-9afeebbea73b7ccde5323a9e58e8ce6ff02b9016.zip
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
Diffstat (limited to 'toolchain/uClibc/Makefile')
-rw-r--r--toolchain/uClibc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index 0c2dcd3837..545ea5ae56 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