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

Unified Diff: trunk/src/native_client/site_scons/site_tools/naclsdk.py

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/site_scons/site_tools/naclsdk.py
===================================================================
--- trunk/src/native_client/site_scons/site_tools/naclsdk.py (revision 12384)
+++ trunk/src/native_client/site_scons/site_tools/naclsdk.py (working copy)
@@ -42,14 +42,14 @@
'other_libdir': 'lib32',
'as_flag': '--32',
'cc_flag': '-m32',
- 'ld_flag': ' -melf_i386_nacl',
+ 'ld_flag': ' -melf_nacl',
},
'64': {
'tooldir': 'x86_64-nacl',
'other_libdir': 'lib64',
'as_flag': '--64',
'cc_flag': '-m64',
- 'ld_flag': ' -melf_x86_64_nacl',
+ 'ld_flag': ' -melf64_nacl',
},
},
}
« no previous file with comments | « trunk/src/native_client/build/untrusted.gypi ('k') | trunk/src/native_client/src/trusted/service_runtime/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698