| Index: site_scons/site_tools/library_deps.py
|
| diff --git a/site_scons/site_tools/library_deps.py b/site_scons/site_tools/library_deps.py
|
| index cf92dadc3471f00c57425e5142cf1a79dae4dafa..a86c6b8eed5e251d8e6da2f3b4ec7d79fdc487ca 100644
|
| --- a/site_scons/site_tools/library_deps.py
|
| +++ b/site_scons/site_tools/library_deps.py
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2011 The Native Client Authors. All rights reserved.
|
| +# Copyright (c) 2012 The Native Client Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -81,6 +81,9 @@ PLATFORM_LIBRARY_DEPENDENCIES = {
|
| # or decoder, add the following:
|
| #'nc_opcode_modeling_verbose_x86_32',
|
| ],
|
| + 'sel': [
|
| + 'ncvalidate_x86_32',
|
| + ],
|
| }),
|
| 'x86-64': _AddDefaultLibraryDependencies({
|
| 'nc_decoder_x86_64': [
|
| @@ -132,11 +135,17 @@ PLATFORM_LIBRARY_DEPENDENCIES = {
|
| 'ncdis_seg_sfi_x86_64',
|
| 'ncval_base_x86_64',
|
| ],
|
| + 'sel': [
|
| + 'ncvalidate_x86_64',
|
| + ],
|
| }),
|
| 'arm': _AddDefaultLibraryDependencies({
|
| 'ncvalidate_arm_v2': [
|
| 'arm_validator_core',
|
| ],
|
| + 'sel': [
|
| + 'ncvalidate_arm_v2',
|
| + ],
|
| }),
|
| 'arm-thumb2': _AddDefaultLibraryDependencies({
|
| 'ncvalidate_arm_v2': [
|
|
|