Revision: 12412
Author:   [email protected]
Date:     Thu Aug 30 09:43:58 2012
Log:      Add hardfp flag to the Makefile.

This flag passes -Dv8_use_arm_eabi_hardfloat=true to gyp.

This is needed for Linux distros that are experimenting
with hardfp.

BUG=none

Review URL: https://chromiumcodereview.appspot.com/10889026
Patch from PaweÅ‚ Hajdan Jr. <[email protected]>.
http://code.google.com/p/v8/source/detail?r=12412

Modified:
 /branches/bleeding_edge/Makefile

=======================================
--- /branches/bleeding_edge/Makefile    Wed Aug  1 06:06:08 2012
+++ /branches/bleeding_edge/Makefile    Thu Aug 30 09:43:58 2012
@@ -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)

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to