diff -crB v8-3.11.10.17/Makefile v8-3.11.10.17-patched//Makefile *** v8-3.11.10.17/Makefile Sat Jul 21 07:04:50 2012 --- v8-3.11.10.17-patched//Makefile Wed Aug 1 10:49:29 2012 *************** *** 95,100 **** --- 95,103 ---- ifeq ($(strictaliasing), off) GYPFLAGS += -Dv8_no_strict_aliasing=1 endif + ifeq ($(hardfp), on) + GYPFLAGS += -Dv8_use_arm_eabi_hardfloat=true + endif # ----------------- available targets: -------------------- # - "dependencies": pulls in external dependencies (currently: GYP)