Commit d277ec6e by Mike Stump Committed by Mike Stump

* Make-lang.in (check_objc_parallelize): Refine for 4 processor machines.

From-SVN: r170391
parent e811e209
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> 2011-02-20 Nicola Pero <nicola.pero@meta-innovation.com>
* objc-gnu-runtime-abi-01.c (TARGET_64BIT): Removed. Removed * objc-gnu-runtime-abi-01.c (TARGET_64BIT): Removed. Removed
......
...@@ -128,9 +128,8 @@ lang_checks += check-objc ...@@ -128,9 +128,8 @@ lang_checks += check-objc
# The following allows you to do 'make check-objc -j2'. The # The following allows you to do 'make check-objc -j2'. The
# execute.exp tests will be run in parallel with all the other ones. # execute.exp tests will be run in parallel with all the other ones.
# This is tuned for '-j2'.
lang_checks_parallelized += check-objc lang_checks_parallelized += check-objc
check_objc_parallelize = execute.exp check_objc_parallelize = gnu-encoding.exp execute.exp exceptions.exp
# #
# Install hooks: # Install hooks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment