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 | e602a4d4eaf54352ca51ee26cffa6b6fe69d8fa5 (patch) | |
tree | f5de29fd417737437be4e643ba86335e02bdafec /toolchain | |
parent | e736343df98ef6768c8abcd703c49ea0496d489a (diff) | |
download | upstream-e602a4d4eaf54352ca51ee26cffa6b6fe69d8fa5.tar.gz upstream-e602a4d4eaf54352ca51ee26cffa6b6fe69d8fa5.tar.bz2 upstream-e602a4d4eaf54352ca51ee26cffa6b6fe69d8fa5.zip |
eglibc: temporarily disable parallel build until fixed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41374
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 |