Commit e73a0c64 authored by petarj's avatar petarj Committed by Commit bot

[MIPS] Fix build issue with browser tests when using mipsel-nacl-clang

Remove options that were valid for pnacl toolchain but are not valid for
mipsel-nacl-clang.
This fixes the build issues:

 mipsel-nacl-clang: error: unsupported option '--pnacl-mips-bias'
 mipsel-nacl-clang: error: unsupported option '--pnacl-allow-translate'

Review URL: https://codereview.chromium.org/1806403002

Cr-Commit-Position: refs/heads/master@{#381801}
parent 97f461e9
...@@ -896,18 +896,6 @@ ...@@ -896,18 +896,6 @@
'sources': [ 'sources': [
'<(DEPTH)/native_client/tests/stubout_mode/partly_invalid.c', '<(DEPTH)/native_client/tests/stubout_mode/partly_invalid.c',
], ],
'conditions': [
['target_arch=="mipsel"', {
'compile_flags': [
'--pnacl-mips-bias',
'-arch', 'mips32',
'--pnacl-allow-translate',
],
'link_flags': [
'--pnacl-allow-native',
],
}],
],
}, },
}, },
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment