| Index: src/untrusted/valgrind/nacl.scons
|
| diff --git a/src/untrusted/valgrind/nacl.scons b/src/untrusted/valgrind/nacl.scons
|
| index ed44d9652e44d5c6272142d7a2bdf61c07adfa7d..41c9a61c6bbdf0934327efc2a1d87f8248c5c33a 100644
|
| --- a/src/untrusted/valgrind/nacl.scons
|
| +++ b/src/untrusted/valgrind/nacl.scons
|
| @@ -10,7 +10,7 @@ Import('env')
|
|
|
| # we do not have proper arm support and definitely no bitcode support
|
| # BUG= http://code.google.com/p/nativeclient/issues/detail?id=2357
|
| -if env.Bit('target_arm') or env.Bit('bitcode'):
|
| +if env.Bit('build_arm') or env.Bit('bitcode'):
|
| Return()
|
|
|
| libvalgrind = env.NaClSdkLibrary('libvalgrind', 'valgrind_interceptors.c')
|
|
|