Index: chrome/browser/omaha_query_params/omaha_query_params.cc |
diff --git a/chrome/browser/omaha_query_params/omaha_query_params.cc b/chrome/browser/omaha_query_params/omaha_query_params.cc |
index 78a5317b175d6152a7b13a4b13e966b8af6fc7dd..3f5ecc7f44076c7f5aa8fa7bfa2cea74c0509207 100644 |
--- a/chrome/browser/omaha_query_params/omaha_query_params.cc |
+++ b/chrome/browser/omaha_query_params/omaha_query_params.cc |
@@ -40,8 +40,8 @@ const char kArch[] = |
"x86"; |
#elif defined(__arm__) |
"arm"; |
-#elif defined(__arm64__) |
- "arm64"; |
+#elif defined(__aarch64__) |
+ "aarch64"; |
stuartmorgan
2014/03/31 13:26:01
Is there any reason *not* to call this arm64? Seem
Nico
2014/03/31 16:13:43
(I agree with this. The gyp target_arch value is a
Primiano Tucci (use gerrit)
2014/03/31 16:25:29
Right, me and Stuart had a discussion offline and
|
#elif defined(__mips__) |
"mipsel"; |
#else |