diff options
author | Ryan Hill <rhill@gentoo.org> | 2011-04-11 23:11:01 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2011-04-11 23:11:01 +0000 |
commit | 7fc6d5c4093e26421503d06c3dfac6d77184e1ae (patch) | |
tree | 3786e10819fcd60d78336c315eb82e4846074a10 /eclass | |
parent | Use insinto/doins rather than dodir/cp (fix possible issues with permissions ... (diff) | |
download | historical-7fc6d5c4093e26421503d06c3dfac6d77184e1ae.tar.gz historical-7fc6d5c4093e26421503d06c3dfac6d77184e1ae.tar.bz2 historical-7fc6d5c4093e26421503d06c3dfac6d77184e1ae.zip |
Run tests in parallel as per http://gcc.gnu.org/ml/gcc/2011-03/msg00516.html
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 7ab91637c1dc..5cb47eec0e43 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.458 2011/04/10 18:21:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.459 2011/04/11 23:11:01 dirtyepic Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -1727,7 +1727,7 @@ gcc_src_compile() { gcc_src_test() { cd "${WORKDIR}"/build - emake -j1 -k check || ewarn "check failed and that sucks :(" + emake -k check || ewarn "check failed and that sucks :(" } gcc-library_src_install() { |