Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: toolchain.eclass
Date: Mon, 26 Sep 2011 20:40:04
Message-Id: 20110926203953.3521D20036@flycatcher.gentoo.org
1 vapier 11/09/26 20:39:53
2
3 Modified: toolchain.eclass
4 Log:
5 force internal jar usage by Serkan Kaba #384291
6
7 Revision Changes Path
8 1.471 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.471&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.471&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.470&r2=1.471
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.470
18 retrieving revision 1.471
19 diff -u -r1.470 -r1.471
20 --- toolchain.eclass 26 Sep 2011 17:32:44 -0000 1.470
21 +++ toolchain.eclass 26 Sep 2011 20:39:53 -0000 1.471
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2011 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.470 2011/09/26 17:32:44 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.471 2011/09/26 20:39:53 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -1569,6 +1569,10 @@
31 einfo "CFLAGS=\"${CFLAGS}\""
32 einfo "CXXFLAGS=\"${CXXFLAGS}\""
33
34 + # Force internal zip based jar script to avoid random
35 + # issues with 3rd party jar implementations. #384291
36 + export JAR=no
37 +
38 # For hardened gcc 4.3 piepatchset to build the hardened specs
39 # file (build.specs) to use when building gcc.
40 if ! tc_version_is_at_least 4.4 && want_minispecs ; then