From 7403edf066c7f6ad9f395474e220fc62bbb42e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Tue, 12 Nov 2013 18:18:17 +0100 Subject: [PATCH] revert unintentionally committed change in build_gcc script --- build_gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_gcc.sh b/build_gcc.sh index cd668f3..187f40f 100755 --- a/build_gcc.sh +++ b/build_gcc.sh @@ -16,7 +16,7 @@ eval `osxcross-conf` set -e # How many concurrent jobs should be used for compiling? -JOBS=4 #`grep -c ^processor /proc/cpuinfo` +JOBS=`grep -c ^processor /proc/cpuinfo` # GCC version to build GCC_VERSION=4.8.2