Chromium Code Reviews| Index: tests/pnacl_ld_example/Makefile.pnacl |
| =================================================================== |
| --- tests/pnacl_ld_example/Makefile.pnacl (revision 4818) |
| +++ tests/pnacl_ld_example/Makefile.pnacl (working copy) |
| @@ -6,8 +6,8 @@ |
| # simple example that tries to build a mostly sandboxed shared lib |
| # which is then loaded by a regular (non-sandboxed) images |
| -PNACL_CC=../../toolchain/linux_arm-untrusted/bin/pnacl-gcc |
| -PNACL_LD=../../toolchain/linux_arm-untrusted/bin/pnacl-ld |
| +PNACL_CC=../../toolchain/pnacl_linux_x86_64/bin/pnacl-gcc |
| +PNACL_LD=../../toolchain/pnacl_linux_x86_64/bin/pnacl-ld |
|
jasonwkim
2011/04/12 00:19:46
Here too
|
| ELF_PATCHER=../../tools/elf_patcher.py |
| ARM_CC=../../toolchain/linux_arm-trusted/arm-2009q3/bin/arm-none-linux-gnueabi-gcc |