summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-12-23 00:49:18 +0000
committerBill Wendling <isanbard@gmail.com>2010-12-23 00:49:18 +0000
commitf14bb1e98b21731ef7ddb732f18873162c05f29b (patch)
treec287adc6ecc3e441263496f3891306c202591388
parent8c48503baa66fadd6df30361f5bf4138268250b3 (diff)
downloadbcm5719-llvm-f14bb1e98b21731ef7ddb732f18873162c05f29b.tar.gz
bcm5719-llvm-f14bb1e98b21731ef7ddb732f18873162c05f29b.zip
Default to armv7 instead of armv6.
llvm-svn: 122457
-rwxr-xr-xllvm/utils/buildit/build_llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/buildit/build_llvm b/llvm/utils/buildit/build_llvm
index 122650a1c02..adcbb3e561b 100755
--- a/llvm/utils/buildit/build_llvm
+++ b/llvm/utils/buildit/build_llvm
@@ -105,7 +105,7 @@ if [ "$ARM_HOSTED_BUILD" = yes ]; then
T=`xcrun -sdk $SDKROOT -find ${prog}`
fi
echo '#!/bin/sh' > $P || exit 1
- echo 'exec '$T' -arch armv6 -isysroot '${SDKROOT}' "$@"' >> $P || exit 1
+ echo 'exec '$T' -arch armv7 -isysroot '${SDKROOT}' "$@"' >> $P || exit 1
chmod a+x $P || exit 1
done
OpenPOWER on IntegriCloud