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: Sat, 03 Dec 2011 01:04:50
Message-Id: 20111203010435.EB8FC2004B@flycatcher.gentoo.org
1 vapier 11/12/03 01:04:35
2
3 Modified: toolchain.eclass
4 Log:
5 drop protoize/unprotoize altogether since upstream has deprecated it
6
7 Revision Changes Path
8 1.486 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.486&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.486&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.485&r2=1.486
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.485
18 retrieving revision 1.486
19 diff -u -r1.485 -r1.486
20 --- toolchain.eclass 2 Dec 2011 23:39:03 -0000 1.485
21 +++ toolchain.eclass 3 Dec 2011 01:04:35 -0000 1.486
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.485 2011/12/02 23:39:03 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.486 2011/12/03 01:04:35 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -930,15 +930,6 @@
31 "${S}"/libstdc++-v3/python/Makefile.in || die
32 fi
33
34 - # protoize don't build on FreeBSD, skip it
35 - ## removed in 4.5, bug #270558 --de.
36 - if [[ ${GCCMAJOR}.${GCCMINOR} < 4.5 ]]; then
37 - if ! is_crosscompile && ! use elibc_FreeBSD ; then
38 - # enable protoize / unprotoize
39 - sed -i -e '/^LANGUAGES =/s:$: proto:' "${S}"/gcc/Makefile.in
40 - fi
41 - fi
42 -
43 # No idea when this first started being fixed, but let's go with 4.3.x for now
44 if ! tc_version_is_at_least 4.3 ; then
45 fix_files=""