mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-08 02:55:56 +01:00
revert unintentionally committed change in build_gcc script
This commit is contained in:
parent
dc8c4719c3
commit
7403edf066
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user