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

Unified Diff: site_scons/site_tools/naclsdk.py

Issue 9703089: Emit brief command strings for pexe translation. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: working Created 8 years, 9 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
« SConstruct ('K') | « site_scons/site_tools/component_setup.py ('k') | no next file » | no next file with comments »
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 475a1b73c844c8b52af3aa9a03b7058c16226986..87db7f0f6bf3652c8e3d8577c22689e030d6b39b 100755
--- a/site_scons/site_tools/naclsdk.py
+++ b/site_scons/site_tools/naclsdk.py
@@ -575,6 +575,8 @@ def generate(env):
# Note: it appears we cannot add this in component_setup.py
STRIPFLAGS=['--strip-all'],
STRIPCOM='${STRIP} ${STRIPFLAGS}',
+ TRANSLATEFLAGS='-Wl,-L${LIB_DIR}',
+ TRANSLATECOM='${TRANSLATE} ${TRANSLATEFLAGS}',
)
# Windows has a small limit on the command line size. The linking
« SConstruct ('K') | « site_scons/site_tools/component_setup.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698