summaryrefslogtreecommitdiff
path: root/VERSIONS
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-07 18:27:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-07 18:27:59 +0000
commit7a5aa07381bc21805bb27de62062cb1e0dbdd042 (patch)
tree8b124002610b7fee2a6bbf4ecded299c2f66387f /VERSIONS
parent8f029eeb3f519d53c12601cb48a0cd401e4c0ad6 (diff)
2009-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* VERSIONS: Set parallelism based upon machine name. * do_one: Use MAKEJOBS variable. * test_driver: use function not external script.
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS9
1 files changed, 9 insertions, 0 deletions
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