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

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: Deconditionalize irt_tls.c 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/check_tls.py » ('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 aaedfabb7c2214029e650c8a9c74fe1867e850a3..b66a92762fdacc4412436d89f1bed7ab421c2c1d 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/check_tls.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698