| Index: pydir/crosstest.py
|
| diff --git a/pydir/crosstest.py b/pydir/crosstest.py
|
| index 075102cc1ec05455f2c394abce2302f4260dc918..6f8ed5716710cc05d7f13b78265ad3284ce5f8c7 100755
|
| --- a/pydir/crosstest.py
|
| +++ b/pydir/crosstest.py
|
| @@ -158,7 +158,9 @@ def main():
|
| bitcode] + arch_sz_flags[args.target])
|
| if args.filetype != 'obj':
|
| shellcmd(['{bin}/llvm-mc'.format(bin=bindir),
|
| - '-triple=' + triple,
|
| + '-triple=' + ('mipsel-linux-gnu'
|
| + if args.target == 'mips32' and args.sandbox
|
| + else triple),
|
| '-filetype=obj',
|
| '-o=' + obj_sz,
|
| asm_sz])
|
|
|