From d5b15992aca0cf1a98093ff29a9b0c707d7c3264 Mon Sep 17 00:00:00 2001
From: jdh8d <jdh8d@git.zephyr-software.com>
Date: Wed, 7 Jun 2017 15:21:53 +0000
Subject: [PATCH]

---
 build-all.sh          | 3 +++
 clean-all.sh          | 3 +++
 svn.externals.uva_dev | 1 +
 3 files changed, 7 insertions(+)

diff --git a/build-all.sh b/build-all.sh
index 9039e3399..4ec489fc9 100755
--- a/build-all.sh
+++ b/build-all.sh
@@ -104,6 +104,9 @@ fi
 cd $PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/
 scons -j 3|| exit
 
+cd $PEASOUP_UMBRELLA_DIR/zipr_relax_plugin/
+scons -j 3|| exit
+
 cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin
 scons -j 3|| exit
 
diff --git a/clean-all.sh b/clean-all.sh
index 59ef231fd..5a45a6fe9 100755
--- a/clean-all.sh
+++ b/clean-all.sh
@@ -48,6 +48,9 @@ if [ -d "$PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/" ]; then
 	scons -c || exit
 fi
 
+cd $PEASOUP_UMBRELLA_DIR/zipr_relax_plugin/
+scons -c || exit
+
 cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin
 scons -c || exit
 
diff --git a/svn.externals.uva_dev b/svn.externals.uva_dev
index 2e0b7b9e9..d992adabb 100644
--- a/svn.externals.uva_dev
+++ b/svn.externals.uva_dev
@@ -14,6 +14,7 @@ zipr_sdk             		http://svn.zephyr-software.com/repos/zipr_sdk/trunk/
 zipr_scfi_plugin     		http://svn.zephyr-software.com/repos/zipr_scfi_plugin/trunk
 zipr_unpin_plugin     		http://svn.zephyr-software.com/repos/zipr_unpin_plugin/trunk
 zipr_large_only_plugin     	http://svn.zephyr-software.com/repos/zipr_large_only_plugin/trunk
+zipr_relax_plugin     		http://svn.zephyr-software.com/repos/zipr_relax_plugin/trunk
 zipr_push64_reloc_plugin     	http://svn.zephyr-software.com/repos/zipr_push64_reloc_plugin/trunk
 daffy            		http://svn.zephyr-software.com/repos/daffy/trunk/
 IdaProServer         		http://svn.zephyr-software.com/repos/IdaProServer/trunk/
-- 
GitLab