summaryrefslogtreecommitdiff
path: root/gold/configure.ac
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-07-28 21:30:13 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-07-28 21:30:13 +0000
commitfd0a5b2d888e7c8a0b232aa00e9b931817828f7f (patch)
tree884f6dea4228d0c4fdce04691e7408f49ed6c0e9 /gold/configure.ac
parentdf1fd9d99a296bb8cf134cc653eccc29bb480c88 (diff)
downloadbinutils-redhat-fd0a5b2d888e7c8a0b232aa00e9b931817828f7f.tar.gz
gold: running tests in parallel.
gold/: * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option. * Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/configure.ac')
-rw-r--r--gold/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/configure.ac b/gold/configure.ac
index 67d179670a..f1c4378e22 100644
--- a/gold/configure.ac
+++ b/gold/configure.ac
@@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR(gold.cc)
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE([no-dist])
+AM_INIT_AUTOMAKE([no-dist parallel-tests])
AM_CONFIG_HEADER(config.h:config.in)