Chromium Code Reviews| Index: tools/clang/scripts/update.sh |
| diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh |
| index 8ad19b5b9b6d99bd1a915365f05d603f71a3006f..44d6fd86dfcf8561eccba7437956558479084068 100755 |
| --- a/tools/clang/scripts/update.sh |
| +++ b/tools/clang/scripts/update.sh |
| @@ -11,7 +11,7 @@ |
| CLANG_REVISION=238013 |
| # This is incremented when pushing a new build of Clang at the same revision. |
| -CLANG_SUB_REVISION=1 |
| +CLANG_SUB_REVISION=2 |
|
hans
2015/05/28 22:33:53
I was thinking we could land this without changing
eugenis
2015/05/28 22:37:57
OK, sure, reverted this chunk.
Nico
2015/05/29 00:56:21
Nico is, as often, confused. Wouldn't the ToT buil
|
| PACKAGE_VERSION="${CLANG_REVISION}-${CLANG_SUB_REVISION}" |
| @@ -678,10 +678,10 @@ popd |
| if [[ -n "${with_android}" ]]; then |
| # Make a standalone Android toolchain. |
| ${ANDROID_NDK_DIR}/build/tools/make-standalone-toolchain.sh \ |
| - --platform=android-14 \ |
| + --platform=android-19 \ |
| --install-dir="${LLVM_BUILD_DIR}/android-toolchain" \ |
| --system=linux-x86_64 \ |
| - --stl=libcxx \ |
| + --stl=stlport \ |
|
hans
2015/05/28 22:33:53
Hmm, didn't we just flip this in https://coderevie
eugenis
2015/05/28 22:37:57
Exactly. It had no effect until the latest clang r
|
| --toolchain=arm-linux-androideabi-4.9 |
| # Android NDK r9d copies a broken unwind.h into the toolchain, see |