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

Unified Diff: site_scons/site_tools/naclsdk.py

Issue 6839002: Pass -mtls-use-call when building libraries used in IRT. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: more comments; typo fix; conditionalize irt_tls.c vs bitcode Created 9 years, 8 months 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
« no previous file with comments | « no previous file | src/shared/platform/nacl.scons » ('j') | src/untrusted/irt/nacl.scons » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_scons/site_tools/naclsdk.py
diff --git a/site_scons/site_tools/naclsdk.py b/site_scons/site_tools/naclsdk.py
index 6b150fc8a3c2ccadaa5f4207ff696ef294e135ea..e430ee313b1e225c849f3e74b4b0ac5a9a61ad45 100755
--- a/site_scons/site_tools/naclsdk.py
+++ b/site_scons/site_tools/naclsdk.py
@@ -179,6 +179,7 @@ def _SetEnvForX86Sdk(env, sdk_path):
# Grrr... and sometimes we really need ld.
LD=os.path.join(bin_path, '%s-ld%s' % (arch, ld_mode_flag)),
RANLIB=os.path.join(bin_path, '%s-ranlib' % arch),
+ OBJDUMP=os.path.join(bin_path, '%s-objdump' % arch),
CFLAGS = ['-std=gnu99'],
CCFLAGS=['-O3',
'-Werror',
« no previous file with comments | « no previous file | src/shared/platform/nacl.scons » ('j') | src/untrusted/irt/nacl.scons » ('J')

Powered by Google App Engine
This is Rietveld 408576698