]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
boost: Don't run more than two build processes at once
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Jul 2014 18:42:37 +0000 (18:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Jul 2014 18:42:37 +0000 (18:42 +0000)
lfs/boost

index 4057d87494aec7dc7ffa2f767513ffc8bfa51969..b9b501582632ad669814ed5a8e6092049356468c 100644 (file)
--- 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
 ###############################################################################