Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index a99b09c070504680ab1634aa771cb78ddd4e3383..6128a557e44ba3d5dc0bbd6f917255af0084df2f 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -169,7 +169,7 @@ ifeq ($(hardfp),off) |
| GYPFLAGS += -Darm_float_abi=softfp |
| endif |
| endif |
| -# armneon=on/off |
| +# armneon=on/off. Deprecated, use armfpu= |
|
Benedikt Meurer
2014/05/02 06:51:52
I'd rather remove it completely...
vincent.belliard
2014/05/06 13:01:49
Done.
|
| ifeq ($(armneon), on) |
| GYPFLAGS += -Darm_neon=1 |
| endif |
| @@ -201,7 +201,8 @@ endif |
| # armtest=on |
| # With this flag set, by default v8 will only use features implied |
| # by the compiler (no probe). This is done by modifying the default |
| -# values of enable_armv7, enable_vfp2, enable_vfp3 and enable_32dregs. |
| +# values of enable_armv7, enable_vfp2, enable_vfp3, enable_32dregs |
| +# and enable_neon. |
| # Modifying these flags when launching v8 will enable the probing for |
| # the specified values. |
| # When using the simulator, this flag is implied. |