summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-12-01 18:33:18 +0000
committerMike Frysinger <vapier@gentoo.org>2007-12-01 18:33:18 +0000
commita64306374026c02bd889c404f3c29065f9756722 (patch)
treef3eb8b7d23b33cb30d11cebf988cf29b55e5ea3b /eclass/toolchain.eclass
parentVersion bump. (diff)
downloadgentoo-2-a64306374026c02bd889c404f3c29065f9756722.tar.gz
gentoo-2-a64306374026c02bd889c404f3c29065f9756722.tar.bz2
gentoo-2-a64306374026c02bd889c404f3c29065f9756722.zip
mark treelang as unavailable to cross-compilers #199924
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 1e92fb59b762..82a81b05f381 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.343 2007/11/20 05:06:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.344 2007/12/01 18:33:18 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -2386,6 +2386,7 @@ is_ada() {
}
is_treelang() {
+ is_crosscompile && return 1 #199924
gcc-lang-supported treelang || return 1
use build && return 1
#use treelang