| Index: src/trusted/service_runtime/linux/nacl_bootstrap.gyp
|
| diff --git a/src/trusted/service_runtime/linux/nacl_bootstrap.gyp b/src/trusted/service_runtime/linux/nacl_bootstrap.gyp
|
| index 784e8fff4cfedd565f0029a40555855103eb0c3a..a5d40bb0e648d812a72e884ec99108f1d38696b4 100644
|
| --- a/src/trusted/service_runtime/linux/nacl_bootstrap.gyp
|
| +++ b/src/trusted/service_runtime/linux/nacl_bootstrap.gyp
|
| @@ -25,6 +25,12 @@
|
| 'nacl_reserve_top': '0x40002000',
|
| }
|
| }],
|
| + ['target_arch=="mipsel"', {
|
| + 'variables': {
|
| + # 1G address space, plus 32K guard area above.
|
| + 'nacl_reserve_top': '0x40008000',
|
| + }
|
| + }],
|
| ],
|
| 'targets': [
|
| {
|
| @@ -155,6 +161,11 @@
|
| 'linker_emulation': 'armelf_linux_eabi',
|
| }
|
| }],
|
| + ['target_arch=="mipsel"', {
|
| + 'variables': {
|
| + 'linker_emulation': 'elf32ltsmip',
|
| + },
|
| + }],
|
| ],
|
| 'action': ['python', 'ld_bfd.py',
|
| # ld_bfd.py needs to know the target compiler used for the
|
|
|