aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupgradehelper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgradehelper.py b/upgradehelper.py
index c0994455c8f..6f100fe5c26 100755
--- a/upgradehelper.py
+++ b/upgradehelper.py
@@ -565,7 +565,7 @@ class Updater(object):
pkgs_ctx[p]['base_dir'] = self.uh_recipes_all_dir
I(" ############################################################")
- if pkgs_to_upgrade:
+ if pkgs_to_upgrade and not self.args.skip_compilation:
I(" Building gcc runtimes ...")
for machine in self.opts['machines']:
I(" building gcc runtime for %s" % machine)