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', |