| Index: pydir/crosstest.py
|
| diff --git a/pydir/crosstest.py b/pydir/crosstest.py
|
| index f5d87a4dea1f52d1bbc09dec8f00e64db93ca421..ca7e242adc806b1b196a2122d7b2b6aa350c4f0b 100755
|
| --- a/pydir/crosstest.py
|
| +++ b/pydir/crosstest.py
|
| @@ -131,7 +131,8 @@ def main():
|
| # currently the only situation where multiple translated files are
|
| # linked into the executable, but when PNaCl supports shared nexe
|
| # libraries, this would need to change.
|
| - shellcmd(['objcopy', '--weaken-symbol=__Sz_block_profile_info', obj_sz])
|
| + shellcmd(['{bin}/le32-nacl-objcopy'.format(bin=bindir),
|
| + '--weaken-symbol=__Sz_block_profile_info', obj_sz])
|
| objs.append(obj_sz)
|
| if args.crosstest_bitcode:
|
| shellcmd(['{bin}/pnacl-llc'.format(bin=bindir),
|
|
|