Index: test/unittests/unittests.gyp |
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp |
index 5b616c33c3c0d4ea5cfd5f7906a92194328c5e7e..a1b38f86c55d132681599cda1bc28e010f37979f 100644 |
--- a/test/unittests/unittests.gyp |
+++ b/test/unittests/unittests.gyp |
@@ -160,6 +160,11 @@ |
'compiler/ppc/instruction-selector-ppc-unittest.cc', |
], |
}], |
+ ['v8_target_arch=="s390" or v8_target_arch=="s390x"', { |
+ 'sources': [ ### gcmole(arch:s390) ### |
+ 'compiler/s390/instruction-selector-s390-unittest.cc', |
+ ], |
+ }], |
['OS=="aix"', { |
'ldflags': [ '-Wl,-bbigtoc' ], |
}], |