revert unintentionally committed change in build_gcc script

This commit is contained in:
Thomas Pöchtrager 2013-11-12 18:18:17 +01:00
parent dc8c4719c3
commit 7403edf066

View File

@ -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