Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: trunk/src/native_client/src/trusted/service_runtime/nacl.scons

Issue 71933002: Revert 12382 "Deploy new x86 binutils" (Closed) Base URL: svn://svn.chromium.org/native_client/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'):

Powered by Google App Engine
This is Rietveld 408576698