From f7282ddfd37ec1cc0b5ec90b5d5144f31508eabc Mon Sep 17 00:00:00 2001
From: jdh8d <jdh8d@git.zephyr-software.com>
Date: Thu, 2 Jun 2016 20:00:55 +0000
Subject: [PATCH] working on building dominators and post dominators

Former-commit-id: 828e979920ac5fb669bc0c043caf313651a8de56
---
 build-all.sh | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/build-all.sh b/build-all.sh
index 345ceb0b7..77933003c 100755
--- a/build-all.sh
+++ b/build-all.sh
@@ -66,10 +66,10 @@ if [ ! "$SECURITY_TRANSFORMS_HOME" ]; then
 fi
 
 cd $SECURITY_TRANSFORMS_HOME
-scons || exit
+scons -j 3|| exit
 
 cd $SMPSA_HOME
-scons  || exit
+scons  -j 3|| exit
 
 cd $PEASOUP_HOME
 make || exit
@@ -83,25 +83,25 @@ fi
 
 if [ -d $ZIPR_HOME ]; then
 	cd $ZIPR_HOME
-	scons  || exit
+	scons  -j 3|| exit
 fi
 
 if [ -d $ZIPR_SCFI_PLUGIN ]; then
 	cd $ZIPR_SCFI_PLUGIN
-	scons  || exit
+	scons  -j 3|| exit
 fi
 
 cd $PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/
-scons || exit
+scons -j 3|| exit
 
 cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin
-scons || exit
+scons -j 3|| exit
 
 cd $PEASOUP_UMBRELLA_DIR/zipr_unpin_plugin
-scons || exit
+scons -j 3|| exit
 
 cd $IRDB_TRANSFORMS
-scons || exit
+scons -j 3|| exit
 
 
 cd $PEASOUP_UMBRELLA_DIR
-- 
GitLab