Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index b65ea4c9f949c9329dc0cc3b94e1267cd08d8df3..6f1a3624c3f837d8c5507e17c0d0ca6d3bf48db3 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -81,6 +81,12 @@ endif |
| ifeq ($(liveobjectlist), on) |
| GYPFLAGS += -Dv8_use_liveobjectlist=true |
| endif |
| +# vfp2=on |
|
Jakob Kummerow
2012/11/28 16:28:22
nit: the comment is supposed to indicate the expli
danno
2012/11/30 16:23:24
Done.
|
| +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 |