| Index: pydir/run-pnacl-sz.py
|
| diff --git a/pydir/run-pnacl-sz.py b/pydir/run-pnacl-sz.py
|
| index 72b6a0be9aab1e572caccd22fd3d932d4aae3a91..cefd4754286016af931b370ca946873460860acb 100755
|
| --- a/pydir/run-pnacl-sz.py
|
| +++ b/pydir/run-pnacl-sz.py
|
| @@ -19,7 +19,7 @@ def TargetAssemblerFlags(target):
|
| # add here for Mips32.
|
| flags = { 'x8632': ['-triple=i686'],
|
| 'arm32': ['-triple=armv7a', '-mcpu=cortex-a9', '-mattr=+neon'],
|
| - 'mips32': ['-triple=mipsel-none-nacl' ] }
|
| + 'mips32': ['-triple=mipsel' ] }
|
| return flags[target]
|
|
|
|
|
|
|