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

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

Issue 1250913002: patch from chinmaygarde@ to make progress on mac, ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: status Created 5 years, 4 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
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index a4eae25aedf569b5ac2f44fa8dcc219241fb1e34..5fbec4a79dd978f59012ac70e84bdcd6f5d18719 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -270,9 +270,12 @@ config("compiler") {
"i386",
]
} else if (current_cpu == "arm") {
+ # TODO(GYP): we may need to distinguish between "arm64", "armv7",
+ # and "armv7s" for iOS, and hence need multiple current_cpu values
+ # rather than just "arm".
common_mac_flags += [
"-arch",
- "armv7",
+ "arm64",
]
}
« base/BUILD.gn ('K') | « build/config/BUILDCONFIG.gn ('k') | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698