| Index: gcc/config/i386/nacl.opt
|
| diff --git a/gcc/config/i386/nacl.opt b/gcc/config/i386/nacl.opt
|
| index 2b915220c9683006d6a3af92c8443d4d45866f27..e0622f995d04295f01bd3f7efb1245e3fb411071 100644
|
| --- a/gcc/config/i386/nacl.opt
|
| +++ b/gcc/config/i386/nacl.opt
|
| @@ -22,3 +22,8 @@
|
| mtls-use-call
|
| Target Var(TARGET_TLS_USE_CALL) Init(0)
|
| Use a function call rather than direct segment register access for TLS
|
| +
|
| +mpnacl-cconv
|
| +Target Var(TARGET_PNACL_CCONV) Init(0)
|
| +Use the PNaCl calling convention on x86-64 and pass by-value structures
|
| +and unions on the stack instead of registers.
|
|
|