Skip to content
Snippets Groups Projects
Commit 828e9799 authored by jdh8d's avatar jdh8d
Browse files

working on building dominators and post dominators

parent 8ff49747
No related branches found
No related tags found
No related merge requests found
...@@ -66,10 +66,10 @@ if [ ! "$SECURITY_TRANSFORMS_HOME" ]; then ...@@ -66,10 +66,10 @@ if [ ! "$SECURITY_TRANSFORMS_HOME" ]; then
fi fi
cd $SECURITY_TRANSFORMS_HOME cd $SECURITY_TRANSFORMS_HOME
scons || exit scons -j 3|| exit
cd $SMPSA_HOME cd $SMPSA_HOME
scons || exit scons -j 3|| exit
cd $PEASOUP_HOME cd $PEASOUP_HOME
make || exit make || exit
...@@ -83,25 +83,25 @@ fi ...@@ -83,25 +83,25 @@ fi
if [ -d $ZIPR_HOME ]; then if [ -d $ZIPR_HOME ]; then
cd $ZIPR_HOME cd $ZIPR_HOME
scons || exit scons -j 3|| exit
fi fi
if [ -d $ZIPR_SCFI_PLUGIN ]; then if [ -d $ZIPR_SCFI_PLUGIN ]; then
cd $ZIPR_SCFI_PLUGIN cd $ZIPR_SCFI_PLUGIN
scons || exit scons -j 3|| exit
fi fi
cd $PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/ cd $PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/
scons || exit scons -j 3|| exit
cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin
scons || exit scons -j 3|| exit
cd $PEASOUP_UMBRELLA_DIR/zipr_unpin_plugin cd $PEASOUP_UMBRELLA_DIR/zipr_unpin_plugin
scons || exit scons -j 3|| exit
cd $IRDB_TRANSFORMS cd $IRDB_TRANSFORMS
scons || exit scons -j 3|| exit
cd $PEASOUP_UMBRELLA_DIR cd $PEASOUP_UMBRELLA_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment