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-binutils.eclass
Date: Thu, 21 Nov 2013 04:07:29
Message-Id: 20131121040725.4314B2004B@flycatcher.gentoo.org
1 vapier 13/11/21 04:07:25
2
3 Modified: toolchain-binutils.eclass
4 Log:
5 disable dirs specific to gdb in case we have a combined tree #490566
6
7 Revision Changes Path
8 1.127 eclass/toolchain-binutils.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-binutils.eclass?rev=1.127&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-binutils.eclass?rev=1.127&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-binutils.eclass?r1=1.126&r2=1.127
13
14 Index: toolchain-binutils.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v
17 retrieving revision 1.126
18 retrieving revision 1.127
19 diff -u -r1.126 -r1.127
20 --- toolchain-binutils.eclass 20 Nov 2013 08:13:56 -0000 1.126
21 +++ toolchain-binutils.eclass 21 Nov 2013 04:07:25 -0000 1.127
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2013 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.126 2013/11/20 08:13:56 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.127 2013/11/21 04:07:25 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29 #
30 @@ -290,6 +290,8 @@
31 --with-bugurl=http://bugs.gentoo.org/
32 $(use_enable static-libs static)
33 ${EXTRA_ECONF}
34 + # Disable modules that are in a combined binutils/gdb tree. #490566
35 + --disable-{gdb,libdecnumber,readline,sim}
36 )
37 echo ./configure "${myconf[@]}"
38 "${S}"/configure "${myconf[@]}" || die