summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-10-05 06:23:26 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-10-05 06:23:26 +0000
commitbe31d765c46e89bb6f6e59f80281346ea5bb8d2e (patch)
tree5cf5075e9feae2110775e094bd9a4b66994ab384 /eclass
parentVersion bump. (diff)
downloadhistorical-be31d765c46e89bb6f6e59f80281346ea5bb8d2e.tar.gz
historical-be31d765c46e89bb6f6e59f80281346ea5bb8d2e.tar.bz2
historical-be31d765c46e89bb6f6e59f80281346ea5bb8d2e.zip
Added stdcxx_incdir to eselect conf.
Diffstat (limited to '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 5335552855f0..0f30f2c8d046 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.198 2005/10/01 21:27:15 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.199 2005/10/05 06:23:26 eradicator Exp $
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
LICENSE="GPL-2 LGPL-2.1"
@@ -767,6 +767,7 @@ create_eselect_conf() {
echo " manpath=${DATAPATH}/man" >> ${compiler_config_file}
echo " infopath=${DATAPATH}/info" >> ${compiler_config_file}
echo " alias_cc=gcc" >> ${compiler_config_file}
+ echo " stdcxx_incdir=${STDCXX_INCDIR##*/}" >> ${compiler_config_file}
if [[ -x "${D}/${BINPATH}/${CTARGET}-g77" ]] ; then
echo " alias_gfortran=g77" >> ${compiler_config_file}