diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-10-07 04:27:08 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-10-07 04:27:08 +0000 |
commit | 0a5a389ed0e963fd930c1b894869e70f93638eb3 (patch) | |
tree | 2cdecda148e6cfecf5fd378af7a1c8f7fc06bea8 /eclass | |
parent | make sure make_desktop_entry returns proper error code from doins #108309 by ... (diff) | |
download | historical-0a5a389ed0e963fd930c1b894869e70f93638eb3.tar.gz historical-0a5a389ed0e963fd930c1b894869e70f93638eb3.tar.bz2 historical-0a5a389ed0e963fd930c1b894869e70f93638eb3.zip |
removing comments where I didn't mean to put them.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 6dd394b62644..d87d01b91b18 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.204 2005/10/07 01:58:27 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.205 2005/10/07 04:27:08 eradicator Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -1160,8 +1160,8 @@ gcc_do_configure() { if [[ -n ${needed_libc} ]] ; then if ! has_version ${CATEGORY}/${needed_libc} ; then confgcc="${confgcc} --disable-shared --disable-threads --without-headers" - #else - # confgcc="${confgcc} --with-sysroot=${PREFIX}/${CTARGET}" + else + confgcc="${confgcc} --with-sysroot=${PREFIX}/${CTARGET}" fi fi else |