summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2011-04-11 23:11:01 +0000
committerRyan Hill <dirtyepic@gentoo.org>2011-04-11 23:11:01 +0000
commit12bea7848d554cda7cdee5b2ee814cea470973d3 (patch)
tree276dfcc232e80ef1d31b64d578f674c6fc431170 /eclass
parentUse insinto/doins rather than dodir/cp (fix possible issues with permissions ... (diff)
downloadgentoo-2-12bea7848d554cda7cdee5b2ee814cea470973d3.tar.gz
gentoo-2-12bea7848d554cda7cdee5b2ee814cea470973d3.tar.bz2
gentoo-2-12bea7848d554cda7cdee5b2ee814cea470973d3.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.eclass4
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() {