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