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