summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-22 07:58:28 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-22 07:58:28 +0000
commit64b39c0c02f30d07acae26e94b6d02f6cf05c927 (patch)
tree8effd82e2dfb9648a86f46f5eb256ff0e089f291
parent9300077352a834828914bd15fa352ab630721ab5 (diff)
downloadgcc-64b39c0c02f30d07acae26e94b6d02f6cf05c927.tar.gz
* Make-lang.in (check_objc_parallelize): Refine for 4 processor machines.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170391 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/objc/ChangeLog4
-rw-r--r--gcc/objc/Make-lang.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index 49bfb1bcae1..a7b21c322c0 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-21 Mike Stump <mikestump@comcast.net>
+
+ * Make-lang.in (check_objc_parallelize): Refine for 4 processor machines.
+
2011-02-20 Nicola Pero <nicola.pero@meta-innovation.com>
* objc-gnu-runtime-abi-01.c (TARGET_64BIT): Removed. Removed
diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in
index 6f48aba600f..6544bcc3e5b 100644
--- a/gcc/objc/Make-lang.in
+++ b/gcc/objc/Make-lang.in
@@ -128,9 +128,8 @@ lang_checks += check-objc
# The following allows you to do 'make check-objc -j2'. The
# execute.exp tests will be run in parallel with all the other ones.
-# This is tuned for '-j2'.
lang_checks_parallelized += check-objc
-check_objc_parallelize = execute.exp
+check_objc_parallelize = gnu-encoding.exp execute.exp exceptions.exp
#
# Install hooks: