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

Unified Diff: trunk/src/build/config/arm.gni

Issue 305693002: Revert 273188 "Revert 271207 "Changed android toolchain to use G..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/build/config/android/config.gni ('k') | trunk/src/build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/build/config/arm.gni
===================================================================
--- trunk/src/build/config/arm.gni (revision 273246)
+++ trunk/src/build/config/arm.gni (working copy)
@@ -40,7 +40,7 @@
} else if (arm_version == 7) {
arm_arch = "armv7-a"
- arm_tune = ""
+ arm_tune = "generic-armv7-a"
if (arm_float_abi == "") {
arm_float_abi = "softfp"
}
« no previous file with comments | « trunk/src/build/config/android/config.gni ('k') | trunk/src/build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698