]> git.ipfire.org Git - people/meitelwein/ipfire-2.x.git/commitdiff
boost: build also on x86 with -j2
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 11 Nov 2015 21:05:15 +0000 (22:05 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 11 Nov 2015 21:05:15 +0000 (22:05 +0100)
boost need to much memory if it was build with more
than 2 parallel processes.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/boost

index b9b501582632ad669814ed5a8e6092049356468c..12c0a5bf327c5b840405bcac2070f94034f620ec 100644 (file)
--- 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