| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index 7984fb3e6066ec2a3a70835137a4fb3332ebcb8f..e3ce93b4a852d42dd7b7e190f09bc488671d3cc0 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -204,7 +204,7 @@
|
| # the C++ standard library is used.
|
| 'use_custom_libcxx%': 1,
|
| }],
|
| - ['OS=="linux" and v8_target_arch==host_arch', {
|
| + ['OS=="linux"', {
|
| # Gradually roll out v8_use_external_startup_data.
|
| # Should eventually be default enabled on all platforms.
|
| 'v8_use_external_startup_data%': 1,
|
|
|