| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index 47b276311d90a5de195f782d61cda1032be06d11..6cc05993cd5e39d0af81460bb50691dcb53bdbf3 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -127,6 +127,16 @@
|
| 'arm_fpu%': 'vfpv3',
|
| 'arm_float_abi%': 'default',
|
| 'arm_thumb': 'default',
|
| +
|
| + # Default MIPS variable settings.
|
| + 'mips_arch_variant%': 'r2',
|
| + # Possible values fp32, fp64, fpxx.
|
| + # fp32 - 32 32-bit FPU registers are available, doubles are placed in
|
| + # register pairs.
|
| + # fp64 - 32 64-bit FPU registers are available.
|
| + # fpxx - compatibility mode, it chooses fp32 or fp64 depending on runtime
|
| + # detection
|
| + 'mips_fpu_mode%': 'fp32',
|
| },
|
| 'target_defaults': {
|
| 'variables': {
|
|
|