Chromium Code Reviews| Index: build/config/compiler/BUILD.gn |
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
| index 5429f9ff2467a2ee38bab7db19e6fa606b3d4627..478a8411918359a4f8e15a47792a688d463a1d65 100644 |
| --- a/build/config/compiler/BUILD.gn |
| +++ b/build/config/compiler/BUILD.gn |
| @@ -729,7 +729,7 @@ config("compiler_arm_fpu") { |
| cflags = [ "-mfpu=$arm_fpu" ] |
| asmflags = cflags |
| } else if (current_cpu == "arm64" && !is_ios && !is_nacl) { |
| - cflags = [ "-mcpu=$arm_fpu" ] |
| + cflags = [] |
| asmflags = cflags |
|
Nico
2016/05/17 16:31:44
you can just remove the whole else if block now, r
|
| } |
| } |