X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/def3d6a6456917806ba3e1cf02705d3512899cc7..3b5197d07d79f0fbe7636de534282d045ac24d4d:/continuous/steps/30-compile diff --git a/continuous/steps/30-compile b/continuous/steps/30-compile index 5b3d4e5..eb71b41 100755 --- a/continuous/steps/30-compile +++ b/continuous/steps/30-compile @@ -8,5 +8,6 @@ export ARCH=powerpc export CROSS_COMPILE=/opt/OSELAS.Toolchain-2012.12.1/powerpc-603e-linux-gnu/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/bin/powerpc-603e-linux-gnu- test -t 0 || CHRONIC=chronic +NPROC=${NPROC:-$(nproc)} -$CHRONIC make -j$(nproc) uImage +$CHRONIC make -w -j${NPROC} uImage $@