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