Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2653)

Unified Diff: build/config/compiler/BUILD.gn

Issue 1987733002: Revert arm_fpu flags for arm64 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/arm.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
}
« no previous file with comments | « build/config/arm.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698