| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index cdad211cd61287f19d5d16b7e16ac7d9e2b9d479..56d8483dc349ae8f92990d74ad0c8b6c6c2f836e 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -161,6 +161,8 @@ DEFINE_bool(enable_vfp3, true,
|
| "enable use of VFP3 instructions if available (ARM only)")
|
| DEFINE_bool(enable_armv7, true,
|
| "enable use of ARMv7 instructions if available (ARM only)")
|
| +DEFINE_bool(enable_fpu, true,
|
| + "enable use of MIPS FPU instructions if available (MIPS only)")
|
|
|
| // bootstrapper.cc
|
| DEFINE_string(expose_natives_as, NULL, "expose natives in global object")
|
|
|