Chromium Code Reviews| Index: tests/minnacl/nacl.scons |
| diff --git a/tests/minnacl/nacl.scons b/tests/minnacl/nacl.scons |
| index ec5e3cce6a8920d8487fef39ce1d89edf344c032..5336807bc550b09e45326ac63a9c8b5b5a12bec8 100644 |
| --- a/tests/minnacl/nacl.scons |
| +++ b/tests/minnacl/nacl.scons |
| @@ -1,5 +1,5 @@ |
| # -*- python -*- |
| -# Copyright 2011 The Native Client Authors. All rights reserved. |
| +# Copyright 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. |
| @@ -22,7 +22,10 @@ trusted_env = env['TRUSTED_ENV'] |
| # between libraries. |
| VALIDATOR_LIBS = [] |
| if trusted_env.Bit('target_x86'): |
| - VALIDATOR_LIBS += [trusted_env.NaClTargetArchSuffix('ncvalidate')] |
| + VALIDATOR_LIBS += [trusted_env.NaClTargetArchSuffix('ncvalidate'), |
|
Mark Seaborn
2012/04/19 22:11:39
Can you put this information into site_scons/site_
pasko-google - do not use
2012/04/20 14:30:38
looking forward to merging it with your cleanup
|
| + trusted_env.NaClTargetArchSuffix('dfa_validate_caller'), |
| + trusted_env.NaClTargetArchSuffix('dfa_validate'), |
| + ] |
| elif trusted_env.Bit('target_arm'): |
| VALIDATOR_LIBS += ['ncvalidate_arm_v2'] |