mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-19 18:10:14 +00:00
Use xcrun to find the right compiler when building llvmCore. <rdar://12801151>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173468 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f8c2f90bb3
commit
fe67b4e249
@ -164,6 +164,9 @@ if [ "$ARM_HOSTED_BUILD" = yes ]; then
|
||||
else
|
||||
# not $ARM_HOSTED_BUILD
|
||||
|
||||
export CC=`xcrun -find clang`
|
||||
export CXX=`xcrun -find clang++`
|
||||
|
||||
if [ "$IOS_SIM_BUILD" = yes ]; then
|
||||
# Use a non-standard "darwin_sim" host triple to trigger a cross-build.
|
||||
configure_opts="--enable-targets=x86 --host=i686-apple-darwin_sim \
|
||||
|
Loading…
Reference in New Issue
Block a user