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

Unified Diff: build/common.gypi

Issue 742133002: [MIPS] Add mips_fpu_mode to build/common.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index cc53b3a6a7b681ebffd75408f83554b756dc9801..3619e22acdf78f47dcef8b947c2b823dbfd02ada 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2274,6 +2274,9 @@
'arm_float_abi%': 'softfp',
'arm_thumb%': 1,
}],
+ ['mips_arch_variant=="r2" and android_webview_build==0', {
rmcilroy 2014/11/20 17:16:30 nit - please add a newline between this and the ar
+ 'mips_fpu_mode%': 'fp32',
+ }],
['android_webview_build==1', {
# The WebView build gets its cpu-specific flags from the Android build system.
@@ -2282,6 +2285,7 @@
'arm_fpu%': '',
'arm_float_abi%': '',
'arm_thumb%': 0,
+ 'mips_fpu_mode%': '',
}],
# Enable brlapi by default for chromeos.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698