Index: toolchain_build/pnacl_targetlibs.py |
diff --git a/toolchain_build/pnacl_targetlibs.py b/toolchain_build/pnacl_targetlibs.py |
index 8fc6a67aafc0cc41b8880b3f5ed8b1bf2c92534c..9a48f5bf953ce760582126032dec72df5e4dc5ca 100755 |
--- a/toolchain_build/pnacl_targetlibs.py |
+++ b/toolchain_build/pnacl_targetlibs.py |
@@ -694,6 +694,11 @@ def UnsandboxedIRT(arch): |
command.Command([ |
'gcc', '-m32', '-O2', '-Wall', '-Werror', |
'-I%(top_srcdir)s/..', |
+ '-c', command.path.join('%(support)s', 'irt_random.c'), |
+ '-o', command.path.join('%(output)s', 'irt_random.o')]), |
+ command.Command([ |
+ 'gcc', '-m32', '-O2', '-Wall', '-Werror', |
+ '-I%(top_srcdir)s/..', |
'-c', command.path.join('%(untrusted)s', 'irt_query_list.c'), |
'-o', command.path.join('%(output)s', 'irt_query_list.o')]), |
], |