summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2019-02-12 19:51:48 +0530
committerPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2019-02-12 19:52:05 +0530
commitb5025b41af714ed4dc014905d7511362d2138a90 (patch)
treeb09eb6fbb6e805eab6330509a240a2d272d64b13
parent8028d1160dbcf1defe5e4853a9f0bcfa68c115cb (diff)
s/ubsan_bootstrap/bootstrap_ubsan and pass --enable bootstrap in build_abe.
Change-Id: I572cb8cbbbfdf21a7fa4a411527de60c259ebc46
-rw-r--r--round-robin.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 26cfe534..48729ed8 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -208,13 +208,13 @@ build_abe ()
project=gcc
stage="--enable bootstrap"
;;
- ubsan_bootstrap)
+ bootstrap_ubsan)
project=gcc
- stage="--set buildconfig=bootstrap-ubsan"
+ stage="--enable bootstrap --set buildconfig=bootstrap-ubsan"
;;
bootstrap_O3)
project=gcc
- stage="--set buildconfig=bootstrap-O3"
+ stage="--enable bootstrap --set buildconfig=bootstrap-O3"
;;
*)
project=$component