summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2019-03-19 15:36:11 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2019-03-19 15:38:14 +0000
commit5a0e2ea9b94e018d5566c6de85f4bd034bcbb22a (patch)
treedf6dfb6220cf513531fc6fac35ae2d8a75387220
parent6aae8cbdde8c01530ae71f1a5aa60e4fdf746b30 (diff)
parentff38b46ce9d3c7e712dc6a34b94d23356e650680 (diff)
Merge branch 'master' into tcwg_bmktcwg_bmk
Change-Id: I9b750054b5f9ab5c60c9fb06a57b849805781f4b
-rw-r--r--round-robin.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 0844c9de..abe27dfe 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -247,6 +247,14 @@ build_abe ()
project=gcc
stage="--set buildconfig=bootstrap-debug"
;;
+ bootstrap_profiled)
+ project=gcc
+ stage="--set buildconfig=bootstrap --set makeflags=profiledbootstrap"
+ ;;
+ bootstrap_profiled_lto)
+ project=gcc
+ stage="--set buildconfig=bootstrap-lto --set makeflags=profiledbootstrap"
+ ;;
*)
project=$component
stage=""