Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index b65ea4c9f949c9329dc0cc3b94e1267cd08d8df3..cf948383b83f74d623307324aaad92c225c20422 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -81,6 +81,12 @@ endif |
| ifeq ($(liveobjectlist), on) |
| GYPFLAGS += -Dv8_use_liveobjectlist=true |
| endif |
| +# vfp2=off |
| +ifeq ($(vfp2), off) |
| + GYPFLAGS += -Dv8_can_use_vfp2_instructions=false |
| +else |
| + GYPFLAGS += -Dv8_can_use_vfp2_instructions=true |
| +endif |
| # vfp3=off |
| ifeq ($(vfp3), off) |
| GYPFLAGS += -Dv8_can_use_vfp3_instructions=false |