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

Unified Diff: build/config/arm.gni

Issue 145663002: Removed mtune for Android build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/arm.gni
diff --git a/build/config/arm.gni b/build/config/arm.gni
index 8cba86a559b22df24e7bf3b1c7308c145536c910..b71ce3dad36735078a0ddec1dc3c12c2addba20e 100644
--- a/build/config/arm.gni
+++ b/build/config/arm.gni
@@ -40,7 +40,7 @@ if (arm_version == 6) {
} else if (arm_version == 7) {
arm_arch = "armv7-a"
- arm_tune = "cortex-a8"
+ arm_tune = ""
if (arm_float_abi == "") {
arm_float_abi = "softfp"
}
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698