Prozessor compile error fixed

This commit is contained in:
wahe
2015-06-13 08:13:20 +02:00
parent 7c1a30b73b
commit 1315d0559b

View File

@@ -18,7 +18,7 @@ endif
JOBS ?= $(shell cat /proc/cpuinfo | grep processor | wc -l)
GLUON_MAKE := ${MAKE} -j ${JOBS} -C ${GLUON_BUILD_DIR} \
GLUON_MAKE := ${MAKE} -j 1 -C ${GLUON_BUILD_DIR} \
GLUON_RELEASE=${GLUON_RELEASE} \
GLUON_BRANCH=${GLUON_BRANCH}