summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-10-27 18:23:58 +0000
committerMichał Górny <mgorny@gentoo.org>2010-10-27 18:23:58 +0000
commite2cc06cb253f20e26d62b28113757d3a5d141d3a (patch)
tree6238bb92d5d514eef842c115faee03544d8467f2 /eclass
parentpunt broken (diff)
downloadgentoo-2-e2cc06cb253f20e26d62b28113757d3a5d141d3a.tar.gz
gentoo-2-e2cc06cb253f20e26d62b28113757d3a5d141d3a.tar.bz2
gentoo-2-e2cc06cb253f20e26d62b28113757d3a5d141d3a.zip
Add tc-export call to the example to denote that they need to be done manually.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/scons-utils.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/scons-utils.eclass b/eclass/scons-utils.eclass
index 99791501e15d..a44b7f27ce26 100644
--- a/eclass/scons-utils.eclass
+++ b/eclass/scons-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/scons-utils.eclass,v 1.1 2010/10/07 19:14:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/scons-utils.eclass,v 1.2 2010/10/27 18:23:58 mgorny Exp $
# @ECLASS: scons-utils.eclass
# @MAINTAINER:
@@ -12,9 +12,10 @@
# @EXAMPLE:
#
# @CODE
-# inherit scons-utils
+# inherit scons-utils toolchain-funcs
#
# src_compile() {
+# tc-export CC CXX
# escons \
# $(use_scons nls ENABLE_NLS) \
# || die