| Index: pydir/run-pnacl-sz.py
|
| diff --git a/pydir/run-pnacl-sz.py b/pydir/run-pnacl-sz.py
|
| index dc549e88e82393df76b2f2d8b1fbe1ed3e7214c9..724862094980598f885513f1b23b939aee86f973 100755
|
| --- a/pydir/run-pnacl-sz.py
|
| +++ b/pydir/run-pnacl-sz.py
|
| @@ -20,7 +20,8 @@ def TargetAssemblerFlags(target, sandboxed):
|
| 'arm32': ['-triple=%s' % (
|
| 'armv7a-nacl' if sandboxed else 'armv7a'),
|
| '-mcpu=cortex-a9', '-mattr=+neon'],
|
| - 'mips32': ['-triple=mipsel' ] }
|
| + 'mips32': ['-triple=%s' ('mipsel-nacl' if sandboxed else 'mipsel'),
|
| + '-mattr=msa'] }
|
| return flags[target]
|
|
|
|
|
|
|