From 7a5aa07381bc21805bb27de62062cb1e0dbdd042 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Jan 2009 18:27:59 +0000 Subject: 2009-01-07 Joel Sherrill * VERSIONS: Set parallelism based upon machine name. * do_one: Use MAKEJOBS variable. * test_driver: use function not external script. --- VERSIONS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'VERSIONS') diff --git a/VERSIONS b/VERSIONS index b4cde6a..9bbf55a 100644 --- a/VERSIONS +++ b/VERSIONS @@ -27,6 +27,15 @@ case `hostname` in ;; esac +case `hostname` in + RTBF32|RTBF64) + MAKEJOBS="-j6" + ;; + *) + MAKEJOBS="-j3" + ;; +esac + INSTALL=${BASEDIR}/install BSP_INSTALL=${BASEDIR}/bsp-install SCRIPTDIR=${BASEDIR}/gcc-testing -- cgit v1.2.3