mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 01:35:44 +00:00
I don't think I could find a 10.2.x box if I tried.
llvm-svn: 123051
This commit is contained in:
parent
1afd04fc59
commit
4580fc9a0d
@ -174,11 +174,6 @@ if [ "x$MAJ_VER" != "x4" -o "x$MIN_VER" != "x0" ]; then
|
||||
# Figure out how many make processes to run.
|
||||
SYSCTL=`sysctl -n hw.activecpu`
|
||||
|
||||
# hw.activecpu only available in 10.2.6 and later
|
||||
if [ -z "$SYSCTL" ]; then
|
||||
SYSCTL=`sysctl -n hw.ncpu`
|
||||
fi
|
||||
|
||||
# sysctl -n hw.* does not work when invoked via B&I chroot /BuildRoot.
|
||||
# Builders can default to 2, since even if they are single processor,
|
||||
# nothing else is running on the machine.
|
||||
|
Loading…
x
Reference in New Issue
Block a user