| Index: tools/clang/scripts/update.sh
|
| diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
|
| index e86c288875f2f1f3d6de4cdb3ac8b3fe529e9f9c..4c8ef6a0c058084d31112545c5df192c02f995ad 100755
|
| --- a/tools/clang/scripts/update.sh
|
| +++ b/tools/clang/scripts/update.sh
|
| @@ -8,7 +8,7 @@
|
| # Do NOT CHANGE this if you don't know what you're doing -- see
|
| # https://code.google.com/p/chromium/wiki/UpdatingClang
|
| # Reverting problematic clang rolls is safe, though.
|
| -CLANG_REVISION=209387
|
| +CLANG_REVISION=213591
|
|
|
| THIS_DIR="$(dirname "${0}")"
|
| LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"
|
| @@ -404,7 +404,7 @@ if [[ -n "${gcc_toolchain}" ]]; then
|
| cp -v "$(${CXX} ${CXXFLAGS} -print-file-name=libstdc++.so.6)" \
|
| Release+Asserts/lib/
|
| fi
|
| -MACOSX_DEPLOYMENT_TARGET=10.5 ${MAKE} -j"${NUM_JOBS}"
|
| +MACOSX_DEPLOYMENT_TARGET=10.6 ${MAKE} -j"${NUM_JOBS}"
|
| STRIP_FLAGS=
|
| if [ "${OS}" = "Darwin" ]; then
|
| # See http://crbug.com/256342
|
| @@ -449,7 +449,7 @@ for CHROME_TOOL_DIR in ${chrome_tools}; do
|
| rm -rf "${TOOL_BUILD_DIR}"
|
| mkdir -p "${TOOL_BUILD_DIR}"
|
| cp "${TOOL_SRC_DIR}/Makefile" "${TOOL_BUILD_DIR}"
|
| - MACOSX_DEPLOYMENT_TARGET=10.5 ${MAKE} -j"${NUM_JOBS}" -C "${TOOL_BUILD_DIR}"
|
| + MACOSX_DEPLOYMENT_TARGET=10.6 ${MAKE} -j"${NUM_JOBS}" -C "${TOOL_BUILD_DIR}"
|
| done
|
|
|
| if [[ -n "$run_tests" ]]; then
|
|
|