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 <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2015-11-11 22:05:15 +01:00
parent dccbe309d2
commit e9fbc1cecf

View File

@@ -48,9 +48,7 @@ CONFIGURE_OPTIONS = \
debug-symbols=off \
pch=off
ifeq "$(MACHINE)" "armv5tel"
MAKETUNING = -j2
endif
MAKETUNING = -j2
###############################################################################
# Top-level Rules