Reviewers: Jakob,

Message:
For some more context see https://bugs.gentoo.org/show_bug.cgi?id=429298

I'm aware hardfp is somewhat experimental. This is totally fine for me.

Description:
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

Please review this at https://chromiumcodereview.appspot.com/10889026/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     Makefile


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)


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

Reply via email to