mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137188 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
125feacf5b
commit
8c09e2a701
@ -113,7 +113,7 @@ if [ "$ARM_HOSTED_BUILD" = yes ]; then
|
||||
# otherwise, try to use clang if it's available
|
||||
elif [ $DARWIN_VERS -gt 9 ]; then
|
||||
# If the user has set CC or CXX, respect their wishes. If not,
|
||||
# compile with clang/clang if available; if LLVM is not
|
||||
# compile with clang/clang++ if available; if LLVM is not
|
||||
# available, fall back to usual GCC/G++ default.
|
||||
savedPATH=$PATH ; PATH="/Developer/usr/bin:$PATH"
|
||||
XTMPCC=$(which clang)
|
||||
|
Loading…
Reference in New Issue
Block a user