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. |