blob: ee179e8cb3747c542d756c752bb474d99e0241eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: Makefile
===================================================================
--- Makefile (revision 12403)
+++ Makefile (working copy)
@@ -99,6 +99,10 @@
ifeq ($(regexp), interpreted)
GYPFLAGS += -Dv8_interpreted_regexp=1
endif
+# hardfp=on
+ifeq ($(hardfp), on)
+ GYPFLAGS += -Dv8_use_arm_eabi_hardfloat=true
+endif
# ----------------- available targets: --------------------
# - "dependencies": pulls in external dependencies (currently: GYP)
|