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

Unified Diff: pnacl/driver/pnacl-translate.py

Issue 686723003: Non-SFI mode: Implement nacl_irt_random only for nacl_helper_nonsfi. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Rebase Created 6 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: pnacl/driver/pnacl-translate.py
diff --git a/pnacl/driver/pnacl-translate.py b/pnacl/driver/pnacl-translate.py
index cc7cfe5c131fe3b446d24ee674dfc19f5aa228a2..6d7e88a9936f0d79f8adb0f5b0b798089497a3b9 100755
--- a/pnacl/driver/pnacl-translate.py
+++ b/pnacl/driver/pnacl-translate.py
@@ -441,6 +441,7 @@ def RunHostLD(infile, outfile):
+ 'x86-32-%s/lib' % env.getone('TARGET_OS'))
args = ['gcc', '-m32', infile, '-o', outfile,
os.path.join(lib_dir, 'unsandboxed_irt.o'),
+ os.path.join(lib_dir, 'irt_random.o'),
os.path.join(lib_dir, 'irt_query_list.o'),
'-lpthread']
if env.getone('TARGET_OS') == 'linux':
« no previous file with comments | « pnacl/build.sh ('k') | src/nonsfi/irt/build.scons » ('j') | src/nonsfi/irt/irt_random.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698