Index: build/config/BUILDCONFIG.gn |
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn |
index b88619da6aeb5b424699b6b07303043869d7996b..3264b5eee8d877eb49e660da07873acb082f97d4 100644 |
--- a/build/config/BUILDCONFIG.gn |
+++ b/build/config/BUILDCONFIG.gn |
@@ -591,7 +591,7 @@ if (is_win) { |
set_default_toolchain(host_toolchain) |
} else if (is_ios) { |
host_toolchain = "//build/toolchain/mac:clang_x64" |
- set_default_toolchain("//build/toolchain/mac:clang_$current_cpu") |
+ set_default_toolchain("//build/toolchain/mac:ios_clang_arm") |
} else if (is_nacl) { |
# TODO(GYP): This will need to change when we get NaCl working |
# on multiple platforms, but this whole block of code (how we define |