| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 4259)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -118,6 +118,8 @@
|
| "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, false,
|
| + "enable use of MIPS FPU instructions if available (MIPS only)")
|
|
|
| // bootstrapper.cc
|
| DEFINE_string(expose_natives_as, NULL, "expose natives in global object")
|
|
|