| Index: src/v8.gyp
|
| diff --git a/src/v8.gyp b/src/v8.gyp
|
| index ad9a7e7c7f3df9f68017acc41d15280d8609959f..685ed98a2d428ac23155e92cb3d8a01d113d91dd 100644
|
| --- a/src/v8.gyp
|
| +++ b/src/v8.gyp
|
| @@ -1742,7 +1742,6 @@
|
| 'base/atomicops_internals_mac.h',
|
| 'base/atomicops_internals_mips_gcc.h',
|
| 'base/atomicops_internals_mips64_gcc.h',
|
| - 'base/atomicops_internals_portable.h',
|
| 'base/atomicops_internals_ppc_gcc.h',
|
| 'base/atomicops_internals_s390_gcc.h',
|
| 'base/atomicops_internals_tsan.h',
|
| @@ -1799,20 +1798,12 @@
|
| 'toolsets': ['target'],
|
| }],
|
| ['OS=="linux"', {
|
| - 'conditions': [
|
| - ['nacl_target_arch=="none"', {
|
| - 'link_settings': {
|
| - 'libraries': [
|
| - '-ldl',
|
| - '-lrt'
|
| - ],
|
| - },
|
| - }, {
|
| - 'defines': [
|
| - 'V8_LIBRT_NOT_AVAILABLE=1',
|
| - ],
|
| - }],
|
| - ],
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '-ldl',
|
| + '-lrt'
|
| + ],
|
| + },
|
| 'sources': [
|
| 'base/platform/platform-linux.cc',
|
| 'base/platform/platform-posix.cc'
|
|
|