| Index: tests/pnacl_client_translator/nacl.scons
|
| ===================================================================
|
| --- tests/pnacl_client_translator/nacl.scons (revision 6107)
|
| +++ tests/pnacl_client_translator/nacl.scons (working copy)
|
| @@ -15,12 +15,6 @@
|
| if not env.Bit('bitcode'):
|
| Return()
|
|
|
| -# With current scons native lib lookups, we can't build the pexe
|
| -# unless platform=x86-32.
|
| -# http://code.google.com/p/nativeclient/issues/detail?id=2028
|
| -if not env.Bit('target_x86_32'):
|
| - Return()
|
| -
|
| #----------------------------------------------------------------------
|
| # Get list of translator files
|
|
|
|
|