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, 02 Jun 2012 20:19:12
Message-Id: 20120602201857.D14652004B@flycatcher.gentoo.org
1 vapier 12/06/02 20:18:57
2
3 Modified: toolchain.eclass
4 Log:
5 drop multilib_env setup calls since crossdev supports multilib now, and host builds provide info via the profile
6
7 Revision Changes Path
8 1.543 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.543&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.543&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.542&r2=1.543
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.542
18 retrieving revision 1.543
19 diff -u -r1.542 -r1.543
20 --- toolchain.eclass 2 Jun 2012 20:16:59 -0000 1.542
21 +++ toolchain.eclass 2 Jun 2012 20:18:57 -0000 1.543
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2012 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.542 2012/06/02 20:16:59 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.543 2012/06/02 20:18:57 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -550,14 +550,6 @@
31 "This is to try and cut down on people filing bugs for a compiler we do not currently support."
32 fi
33
34 - # Setup variables which would normally be in the profile
35 - if is_crosscompile ; then
36 - multilib_env ${CTARGET}
37 - if ! is_multilib ; then
38 - MULTILIB_ABIS=${DEFAULT_ABI}
39 - fi
40 - fi
41 -
42 # we dont want to use the installed compiler's specs to build gcc!
43 unset GCC_SPECS
44
45 @@ -1399,7 +1391,6 @@
46 }
47
48 toolchain_src_compile() {
49 - multilib_env ${CTARGET}
50 gcc_do_filter_flags
51 einfo "CFLAGS=\"${CFLAGS}\""
52 einfo "CXXFLAGS=\"${CXXFLAGS}\""