boost: Don't run more than two build processes at once

This commit is contained in:
Michael Tremer
2014-07-26 18:42:37 +00:00
parent c226543b96
commit e2d4f687dc

View File

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