| Index: src/untrusted/nacl/nacl.scons
|
| diff --git a/src/untrusted/nacl/nacl.scons b/src/untrusted/nacl/nacl.scons
|
| index d61c5a796efb087ee001ef34915e7418732f78b8..d2a1f1f3c0d91fb988073fc58587fc2269f7bac2 100644
|
| --- a/src/untrusted/nacl/nacl.scons
|
| +++ b/src/untrusted/nacl/nacl.scons
|
| @@ -239,7 +239,7 @@ else:
|
| SRCS_NEWLIB_SYSCALL +
|
| SRCS_NEWLIB_STUBS +
|
| SRCS_NEWLIB_MISC)
|
| - if env.Bit('target_arm') and not env.Bit('bitcode'):
|
| + if env.Bit('build_arm') and not env.Bit('bitcode'):
|
| sources.append('aeabi_read_tp.S')
|
|
|
| # Do not make a shared version of libnacl.
|
|
|