From: Michael Tremer Date: Sat, 26 Jul 2014 18:42:37 +0000 (+0000) Subject: boost: Don't run more than two build processes at once X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2d4f687dcd1e5e240f278d5c99d27fe75cd76bf;p=people%2Fms%2Fipfire-2.x.git boost: Don't run more than two build processes at once --- diff --git a/lfs/boost b/lfs/boost index 4057d87494..b9b5015826 100644 --- a/lfs/boost +++ b/lfs/boost @@ -48,6 +48,10 @@ CONFIGURE_OPTIONS = \ debug-symbols=off \ pch=off +ifeq "$(MACHINE)" "armv5tel" + MAKETUNING = -j2 +endif + ############################################################################### # Top-level Rules ###############################################################################