diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-29 11:03:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-29 11:03:42 +0000 |
commit | 3b978912c46fb944a0a33631ba5306ec230da999 (patch) | |
tree | f2d2dddd8e66e3f5367907e8102d1d43fc1b4e54 /toolchain | |
parent | cb82cc008db58393f5b8e9b35a62387ef1d9d07c (diff) | |
download | master-187ad058-3b978912c46fb944a0a33631ba5306ec230da999.tar.gz master-187ad058-3b978912c46fb944a0a33631ba5306ec230da999.tar.bz2 master-187ad058-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/Makefile | 2 |
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 |