Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 6d3a6ed2458362665cba25a1058a88ec724a74b5..40ead9fc9d93fb8d2e45a451666f2010c076f844 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -3537,7 +3537,7 @@ |
| }, |
| }], |
| # TODO(thakis): Enable this everywhere. http://crbug.com/371125 |
| - ['(OS=="linux" or OS=="android") and asan==0 and msan==0 and tsan==0 and ubsan==0 and ubsan_vptr==0 and use_ozone!=1', { |
| + ['(OS=="linux" or OS=="android") and asan==0 and msan==0 and tsan==0 and ubsan==0 and ubsan_vptr==0 and use_ozone!=1 and target_arch!="mipsel"', { |
| 'target_defaults': { |
| 'ldflags': [ |
| '-Wl,-z,defs', |