Index: Makefile |
diff --git a/Makefile b/Makefile |
index 63cfbf4e49aad7e2329746222ddc5b0344bf61a7..b0d06adda66f36cc963a077e1622db5eb60de1e8 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -91,7 +91,7 @@ endif |
ifeq ($(vfp2), off) |
GYPFLAGS += -Dv8_can_use_vfp2_instructions=false |
else |
- GYPFLAGS += -Dv8_can_use_vfp2_instructions=true |
+ GYPFLAGS += -Dv8_can_use_vfp2_instructions=true -Darm_fpu=vfpv2 |
endif |
# vfp3=off |
ifeq ($(vfp3), off) |
@@ -127,6 +127,10 @@ endif |
ifeq ($(hardfp), on) |
GYPFLAGS += -Dv8_use_arm_eabi_hardfloat=true |
endif |
+# armv7=false |
+ifeq ($(armv7), false) |
+ GYPFLAGS += -Darmv7=0 |
+endif |
# ----------------- available targets: -------------------- |
# - "dependencies": pulls in external dependencies (currently: GYP) |