Index: test/unittests/unittests.gyp |
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp |
index be34c83e2da609fc6cdbcc0f91a3dd8e7ca08793..e4dadbcc462667ef1226378795501b64ff6ae4ad 100644 |
--- a/test/unittests/unittests.gyp |
+++ b/test/unittests/unittests.gyp |
@@ -73,6 +73,11 @@ |
'compiler/ia32/instruction-selector-ia32-unittest.cc', |
], |
}], |
+ ['v8_target_arch=="mipsel"', { |
+ 'sources': [ ### gcmole(arch:mipsel) ### |
+ 'compiler/mips/instruction-selector-mips-unittest.cc', |
+ ], |
+ }], |
['v8_target_arch=="x64"', { |
'sources': [ ### gcmole(arch:x64) ### |
'compiler/x64/instruction-selector-x64-unittest.cc', |