Chromium Code Reviews| Index: build/config/compiler/BUILD.gn |
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
| index af14840f414ee597b884d69ab350955d848a29cd..821abedf08c504626fa6dc18fcd600cdd959b5cc 100644 |
| --- a/build/config/compiler/BUILD.gn |
| +++ b/build/config/compiler/BUILD.gn |
| @@ -269,7 +269,7 @@ config("compiler") { |
| } else if (current_cpu == "arm") { |
|
sdefresne
2015/07/25 19:15:29
I think we should add support for "armv7" and "arm
Dirk Pranke
2015/07/31 21:27:40
This seems reasonable but well out of the scope of
|
| common_mac_flags += [ |
| "-arch", |
| - "armv7", |
| + "arm64", |
| ] |
| } |