Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/v8/files: v8-makefile-hardfp-r0.patch
Date: Wed, 29 Aug 2012 17:13:37
Message-Id: 20120829171327.0E7ED20B78@flycatcher.gentoo.org
1 phajdan.jr 12/08/29 17:13:26
2
3 Added: v8-makefile-hardfp-r0.patch
4 Log:
5 Recognize hardfp on arm, bug #429298 by Till Crueger.
6
7 (Portage version: 2.1.11.9/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-lang/v8/files/v8-makefile-hardfp-r0.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/files/v8-makefile-hardfp-r0.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/files/v8-makefile-hardfp-r0.patch?rev=1.1&content-type=text/plain
14
15 Index: v8-makefile-hardfp-r0.patch
16 ===================================================================
17 Index: Makefile
18 ===================================================================
19 --- Makefile (revision 12403)
20 +++ Makefile (working copy)
21 @@ -99,6 +99,10 @@
22 ifeq ($(regexp), interpreted)
23 GYPFLAGS += -Dv8_interpreted_regexp=1
24 endif
25 +# hardfp=on
26 +ifeq ($(hardfp), on)
27 + GYPFLAGS += -Dv8_use_arm_eabi_hardfloat=true
28 +endif
29
30 # ----------------- available targets: --------------------
31 # - "dependencies": pulls in external dependencies (currently: GYP)