tools-musl: fix do_stage(), see commit 189b6291
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
parent
ed8666eb04
commit
2ebfa50ee3
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue