summaryrefslogtreecommitdiff
path: root/utils/buildit
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-01-08 01:52:20 +0000
committerEric Christopher <echristo@apple.com>2011-01-08 01:52:20 +0000
commitda7a32c07d6916c873d798ccae300036bc0129cb (patch)
treeb5afb89380fd796cb200586f615322e3f4a50da8 /utils/buildit
parent55d42003368c57d3a41c5f464d39b8440050d558 (diff)
downloadllvm-da7a32c07d6916c873d798ccae300036bc0129cb.tar.gz
llvm-da7a32c07d6916c873d798ccae300036bc0129cb.tar.bz2
llvm-da7a32c07d6916c873d798ccae300036bc0129cb.tar.xz
I don't think I could find a 10.2.x box if I tried.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123051 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/buildit')
-rwxr-xr-xutils/buildit/build_llvm5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm
index adcbb3e561..5e8369cdd3 100755
--- a/utils/buildit/build_llvm
+++ b/utils/buildit/build_llvm
@@ -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.