Index: test/unittests/unittests.gyp |
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp |
index 2ead44fce10e2c04b3b1c7c73429118cd413ab89..58e449a2a5809e1a7e4ce8155d02ff241a6511aa 100644 |
--- a/test/unittests/unittests.gyp |
+++ b/test/unittests/unittests.gyp |
@@ -105,6 +105,11 @@ |
'compiler/x64/instruction-selector-x64-unittest.cc', |
], |
}], |
+ ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { |
+ 'sources': [ ### gcmole(arch:ppc) ### |
+ 'compiler/ppc/instruction-selector-ppc-unittest.cc', |
+ ], |
+ }], |
['component=="shared_library"', { |
# compiler-unittests can't be built against a shared library, so we |
# need to depend on the underlying static target in that case. |