tools-musl: fix do_stage(), see commit 189b6291

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Anthony G. Basile 2019-04-13 06:54:07 -04:00
parent ed8666eb04
commit 2ebfa50ee3
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ main() {
done
for flavor in hardened vanilla; do
do_stages ${flavor}
do_stages "arm64" ${flavor}
[[ $? == 1 ]] && echo "FAILURE at ${arch} ${flavor} " | tee zzz.log
done
}

View file

@ -53,7 +53,7 @@ main() {
done
for flavor in hardened vanilla; do
do_stages ${flavor}
do_stages "armv7a_hardfp" ${flavor}
[[ $? == 1 ]] && echo "FAILURE at ${arch} ${flavor} " | tee zzz.log
done
}