From: Arne Fitzenreiter Date: Wed, 11 Nov 2015 21:05:15 +0000 (+0100) Subject: boost: build also on x86 with -j2 X-Git-Tag: v2.17-core97~77 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=e9fbc1cecf856ccc7f5f2b2c504aa4318e879a7d boost: build also on x86 with -j2 boost need to much memory if it was build with more than 2 parallel processes. Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/boost b/lfs/boost index b9b5015826..12c0a5bf32 100644 --- a/lfs/boost +++ b/lfs/boost @@ -48,9 +48,7 @@ CONFIGURE_OPTIONS = \ debug-symbols=off \ pch=off -ifeq "$(MACHINE)" "armv5tel" - MAKETUNING = -j2 -endif +MAKETUNING = -j2 ############################################################################### # Top-level Rules