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, 12 Nov 2007 19:33:05
Message-Id: E1Irf1p-0004ku-6J@stork.gentoo.org
1 vapier 07/11/12 19:33:01
2
3 Modified: toolchain.eclass
4 Log:
5 apply to gcc-4+
6
7 Revision Changes Path
8 1.342 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?rev=1.342&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?rev=1.342&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?r1=1.341&r2=1.342
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.341
18 retrieving revision 1.342
19 diff -u -r1.341 -r1.342
20 --- toolchain.eclass 12 Nov 2007 15:23:37 -0000 1.341
21 +++ toolchain.eclass 12 Nov 2007 19:33:00 -0000 1.342
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 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.341 2007/11/12 15:23:37 flameeyes Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.342 2007/11/12 19:33:00 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -1097,7 +1097,7 @@
31 # update configure files
32 local f
33 einfo "Fixing misc issues in configure files"
34 - [[ ${GCCMAJOR} == 4 ]] && epatch "${GCC_FILESDIR}"/gcc-configure-texinfo.patch
35 + [[ ${GCCMAJOR} -ge 4 ]] && epatch "${GCC_FILESDIR}"/gcc-configure-texinfo.patch
36 for f in $(grep -l 'autoconf version 2.13' $(find "${S}" -name configure)) ; do
37 ebegin " Updating ${f/${S}\/} [LANG]"
38 patch "${f}" "${GCC_FILESDIR}"/gcc-configure-LANG.patch >& "${T}"/configure-patch.log \
39
40
41
42 --
43 gentoo-commits@g.o mailing list