| Index: pydir/crosstest.py
|
| diff --git a/pydir/crosstest.py b/pydir/crosstest.py
|
| index 73f2925ff077efedfec18675fcc12c4a9c8f0102..0a166eaba59abca345948b6ed324de23e5b33ea1 100755
|
| --- a/pydir/crosstest.py
|
| +++ b/pydir/crosstest.py
|
| @@ -144,6 +144,9 @@ if __name__ == '__main__':
|
| objs.append((
|
| '{root}/toolchain_build/src/subzero/runtime/szrt.{ext}'
|
| ).format(root=nacl_root, ext='c' if pure_c else 'cpp'))
|
| + objs.append((
|
| + '{root}/toolchain_build/src/subzero/runtime/szrt_i686.ll'
|
| + ).format(root=nacl_root))
|
| linker = 'clang' if pure_c else 'clang++'
|
| shellcmd([linker, '-g', '-m32', args.driver] +
|
| objs +
|
|
|