aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-29 11:03:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-29 11:03:42 +0000
commit3b978912c46fb944a0a33631ba5306ec230da999 (patch)
treef2d2dddd8e66e3f5367907e8102d1d43fc1b4e54 /toolchain
parentcb82cc008db58393f5b8e9b35a62387ef1d9d07c (diff)
downloadupstream-3b978912c46fb944a0a33631ba5306ec230da999.tar.gz
upstream-3b978912c46fb944a0a33631ba5306ec230da999.tar.bz2
upstream-3b978912c46fb944a0a33631ba5306ec230da999.zip
eglibc: temporarily disable parallel build until fixed
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41374 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/eglibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile
index 774500a46d..f880db81ed 100644
--- a/toolchain/eglibc/Makefile
+++ b/toolchain/eglibc/Makefile
@@ -1,6 +1,6 @@
PATH_PREFIX := .
VARIANT:=final
-HOST_BUILD_PARALLEL:=1
+HOST_BUILD_PARALLEL:=0
include ./common.mk