| Index: tools/clang/scripts/update.sh
|
| diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
|
| index 7c60472c5932707635c50fe584cd13c430b70f92..0c25ca7f025eef57cd83c50a1782303c29470d98 100755
|
| --- a/tools/clang/scripts/update.sh
|
| +++ b/tools/clang/scripts/update.sh
|
| @@ -933,7 +933,7 @@ if [[ -n "${with_android}" ]]; then
|
| --platform=android-14 \
|
| --install-dir="${LLVM_BUILD_DIR}/android-toolchain" \
|
| --system=linux-x86_64 \
|
| - --stl=stlport \
|
| + --stl=libcxx \
|
| --toolchain=arm-linux-androideabi-4.9
|
|
|
| # Android NDK r9d copies a broken unwind.h into the toolchain, see
|
|
|