summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-10-05 08:55:01 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-10-05 08:55:01 +0000
commit19926dd3148d62dd802dbaaba0d9fae83bd1c3a5 (patch)
tree4b049976b85a41f066b8eef9ffaf78ba97bbbebb /eclass
parentCleaned up postinst to be a little smarter. (diff)
downloadhistorical-19926dd3148d62dd802dbaaba0d9fae83bd1c3a5.tar.gz
historical-19926dd3148d62dd802dbaaba0d9fae83bd1c3a5.tar.bz2
historical-19926dd3148d62dd802dbaaba0d9fae83bd1c3a5.zip
Fixed spec->specs in eselect-compiler config file. Thanks Christophe Saout <christophe@saout.de> for the good eye.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 0f30f2c8d046..3d1b888432d0 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.199 2005/10/05 06:23:26 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.200 2005/10/05 08:55:01 eradicator Exp $
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
LICENSE="GPL-2 LGPL-2.1"
@@ -745,7 +745,7 @@ add_profile_eselect_conf() {
echo " ldpath=${LDPATH}" >> ${compiler_config_file}
if [[ -n ${gcc_specs_file} ]] ; then
- echo " spec=${gcc_specs_file}" >> ${compiler_config_file}
+ echo " specs=${gcc_specs_file}" >> ${compiler_config_file}
fi
var="CFLAGS_${abi}"