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: Sun, 06 Sep 2009 16:58:11
Message-Id: E1MkL45-0002xD-7m@stork.gentoo.org
1 vapier 09/09/06 16:58:09
2
3 Modified: toolchain-binutils.eclass
4 Log:
5 convert getline() to get_line() when needed #272594 by Diego E. Pettenò
6
7 Revision Changes Path
8 1.85 eclass/toolchain-binutils.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain-binutils.eclass?rev=1.85&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain-binutils.eclass?rev=1.85&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain-binutils.eclass?r1=1.84&r2=1.85
13
14 Index: toolchain-binutils.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v
17 retrieving revision 1.84
18 retrieving revision 1.85
19 diff -u -r1.84 -r1.85
20 --- toolchain-binutils.eclass 26 Aug 2009 21:47:56 -0000 1.84
21 +++ toolchain-binutils.eclass 6 Sep 2009 16:58:09 -0000 1.85
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 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.84 2009/08/26 21:47:56 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.85 2009/09/06 16:58:09 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29 #
30 @@ -151,6 +151,10 @@
31 eend $?
32 done
33 fi
34 + # fix conflicts with newer glibc #272594
35 + if [[ -e libiberty/testsuite/test-demangle.c ]] ; then
36 + sed -i 's:\<getline\>:get_line:g' libiberty/testsuite/test-demangle.c
37 + fi
38
39 # Fix po Makefile generators
40 sed -i \