Commit ed178a6d by Jim Stichnoth

Subzero: Update link path after recent newlib install changes.

BUG= none R=dschuff@chromium.org, jvoung@chromium.org Review URL: https://codereview.chromium.org/610273004
parent 94c4c8e7
......@@ -256,7 +256,7 @@ def ProcessPexe(args, pexe, exe):
'gcc -m32 {partial} -o {exe} ' +
# Keep the rest of this command line (except szrt.c) in sync
# with RunHostLD() in pnacl-translate.py.
'{root}/toolchain/linux_x86/pnacl_newlib/lib-x86-32-linux/' +
'{root}/toolchain/linux_x86/pnacl_newlib/translator/x86-32-linux/lib/' +
'{{unsandboxed_irt,irt_query_list}}.o ' +
'{root}/toolchain_build/src/subzero/runtime/szrt.c ' +
'-lpthread -lrt'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment