summaryrefslogtreecommitdiff
path: root/abe-bisect.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abe-bisect.sh')
-rwxr-xr-xabe-bisect.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/abe-bisect.sh b/abe-bisect.sh
index 63df44b1..3ec83261 100755
--- a/abe-bisect.sh
+++ b/abe-bisect.sh
@@ -102,7 +102,7 @@ ${ABE}/abe.sh --target ${TARGET} \
${GCC_OVERRIDE_CONFIGURE} \
--disable parallel \
--disable update \
- -- build all \
+ --build all \
--check gcc \
--excludecheck gdb &>> gcc-${GOODSHA1}.log
if [ $? -ne 0 ]; then
@@ -133,7 +133,7 @@ ${ABE}/abe.sh --target ${TARGET} \
${GCC_OVERRIDE_CONFIGURE} \
--disable parallel \
--disable update \
- -- build all \
+ --build all \
--check gcc \
--excludecheck gdb &>> gcc-${BADSHA1}.log
if [ $? -ne 0 ]; then