| Index: src/v8.gyp
|
| diff --git a/src/v8.gyp b/src/v8.gyp
|
| index 0f1d1db428ae0fb9f94759dcfd23e795a9653566..357128a2bd412e8cff4b21543a017187d2c38079 100644
|
| --- a/src/v8.gyp
|
| +++ b/src/v8.gyp
|
| @@ -399,7 +399,7 @@
|
| 'action': ['<(mkpeephole_exec)', '<(INTERMEDIATE_DIR)/bytecode-peephole-table.cc' ],
|
| 'process_outputs_as_sources': 1,
|
| 'conditions': [
|
| - ['want_separate_host_toolset_mkpeephole==1', {
|
| + ['want_separate_host_toolset==1', {
|
| 'dependencies': ['mkpeephole#host'],
|
| 'toolsets': ['host'],
|
| }, {
|
| @@ -1785,8 +1785,7 @@
|
| 'base/utils/random-number-generator.h',
|
| ],
|
| 'conditions': [
|
| - ['want_separate_host_toolset==1 or \
|
| - want_separate_host_toolset_mkpeephole==1', {
|
| + ['want_separate_host_toolset==1', {
|
| 'toolsets': ['host', 'target'],
|
| }, {
|
| 'toolsets': ['target'],
|
| @@ -2372,7 +2371,7 @@
|
| 'interpreter/mkpeephole.cc'
|
| ],
|
| 'conditions': [
|
| - ['want_separate_host_toolset_mkpeephole==1', {
|
| + ['want_separate_host_toolset==1', {
|
| 'toolsets': ['host'],
|
| }, {
|
| 'toolsets': ['target'],
|
|
|