| Index: trunk/src/native_client/src/trusted/service_runtime/nacl.scons
|
| ===================================================================
|
| --- trunk/src/native_client/src/trusted/service_runtime/nacl.scons (revision 12384)
|
| +++ trunk/src/native_client/src/trusted/service_runtime/nacl.scons (working copy)
|
| @@ -56,9 +56,9 @@
|
| ' -o ${TARGET} ${SOURCES}')
|
|
|
| if env.Bit('target_x86_32'):
|
| - link_cmd += ' -melf_i386_nacl'
|
| + link_cmd += ' -melf_nacl'
|
| elif env.Bit('target_x86_64'):
|
| - link_cmd += ' -melf_x86_64_nacl'
|
| + link_cmd += ' -melf64_nacl'
|
| elif env.Bit('target_arm'):
|
| link_cmd += ' -marmelf_nacl'
|
| elif env.Bit('target_mips32'):
|
|
|