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, 01 Dec 2007 18:33:23
Message-Id: E1IyX9S-0006cp-LD@stork.gentoo.org
1 vapier 07/12/01 18:33:18
2
3 Modified: toolchain.eclass
4 Log:
5 mark treelang as unavailable to cross-compilers #199924
6
7 Revision Changes Path
8 1.344 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?rev=1.344&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?rev=1.344&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?r1=1.343&r2=1.344
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.343
18 retrieving revision 1.344
19 diff -u -r1.343 -r1.344
20 --- toolchain.eclass 20 Nov 2007 05:06:18 -0000 1.343
21 +++ toolchain.eclass 1 Dec 2007 18:33:18 -0000 1.344
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.343 2007/11/20 05:06:18 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.344 2007/12/01 18:33:18 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -2386,6 +2386,7 @@
31 }
32
33 is_treelang() {
34 + is_crosscompile && return 1 #199924
35 gcc-lang-supported treelang || return 1
36 use build && return 1
37 #use treelang
38
39
40
41 --
42 gentoo-commits@g.o mailing list