diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-22 01:25:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-22 01:25:01 +0000 |
commit | 662921c053e23cb21eee346b9df118e26e3c4e61 (patch) | |
tree | f0288f48fb29a12a562cad92d42c7ba577d68721 /eclass | |
parent | Add support for RSA SecurID tokens #92233 by Antti Mäkelä. (diff) | |
download | gentoo-2-662921c053e23cb21eee346b9df118e26e3c4e61.tar.gz gentoo-2-662921c053e23cb21eee346b9df118e26e3c4e61.tar.bz2 gentoo-2-662921c053e23cb21eee346b9df118e26e3c4e61.zip |
remove get_number_of_jobs hack
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 2bfcbda40b8c..e0a1e5d8e144 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.147 2005/05/21 07:00:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.148 2005/05/22 01:25:01 vapier Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -1090,9 +1090,6 @@ gcc_do_configure() { # Travis Tilley <lv@gentoo.org> (04 Sep 2004) # gcc_do_make() { - # Setup -j in MAKEOPTS - get_number_of_jobs - # Only build it static if we are just building the C frontend, else # a lot of things break because there are not libstdc++.so .... if use static && [[ ${GCC_LANG} == "c" ]] ; then |