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, 09 Jun 2008 02:33:12
Message-Id: E1K5XBy-0003HC-T2@stork.gentoo.org
1 vapier 08/06/09 02:33:06
2
3 Modified: toolchain.eclass
4 Log:
5 enable --enable-cld for unstable 4.3 versions
6
7 Revision Changes Path
8 1.356 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?rev=1.356&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?rev=1.356&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?r1=1.355&r2=1.356
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.355
18 retrieving revision 1.356
19 diff -u -r1.355 -r1.356
20 --- toolchain.eclass 2 Jun 2008 15:38:52 -0000 1.355
21 +++ toolchain.eclass 9 Jun 2008 02:33:06 -0000 1.356
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 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.355 2008/06/02 15:38:52 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.356 2008/06/09 02:33:06 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -1141,6 +1141,15 @@
31 export gcc_cv_libc_provides_ssp=yes
32 confgcc="${confgcc} --disable-libssp"
33 fi
34 +
35 + # enable the cld workaround until we move things to stable.
36 + # by that point, the rest of the software out there should
37 + # have caught up.
38 + if tc_version_is_at_least "4.3" ; then
39 + if ! has ${ARCH} ${KEYWORDS} ; then
40 + confgcc="${confgcc} --enable-cld"
41 + fi
42 + fi
43 fi
44
45 # GTK+ is preferred over xlib in 3.4.x (xlib is unmaintained
46
47
48
49 --
50 gentoo-commits@l.g.o mailing list