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

Unified Diff: build/common.gypi

Issue 1260803002: Use clang by default for mips builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « 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 038c11d89e79da035f2a3604266a55f49c7230f8..c754c24379ee0b1b634c5eacaa4917a67172b1c3 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1849,7 +1849,7 @@
['chromecast==1 and OS!="android"', {
'ozone_platform_cast%': 1
}],
- ['OS=="linux" and target_arch!="mipsel"', {
+ ['OS=="linux"', {
'clang%': 1,
}], # OS=="mac"
['OS=="mac"', {
@@ -2357,6 +2357,8 @@
}],
['target_arch=="mipsel" and mips_arch_variant=="r2"', {
'mips_fpu_mode%': 'fp32',
+ }, {
+ '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