OSDN Git Service

* Make-lang.in (check_objc_parallelize): Refine for 4 processor machines.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Feb 2011 07:58:28 +0000 (07:58 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Feb 2011 07:58:28 +0000 (07:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170391 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/ChangeLog
gcc/objc/Make-lang.in

index 49bfb1b..a7b21c3 100644 (file)
@@ -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
index 6f48aba..6544bcc 100644 (file)
@@ -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
 
 #\f
 # Install hooks: