commit:     2ebfa50ee3ca5bed1f32046d363551acb95f042a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 10:54:07 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 10:54:18 2019 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=2ebfa50e

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

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 tools-musl/run-arm64.sh  | 2 +-
 tools-musl/run-armv7a.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools-musl/run-arm64.sh b/tools-musl/run-arm64.sh
index 200b33de..6b20710f 100755
--- a/tools-musl/run-arm64.sh
+++ b/tools-musl/run-arm64.sh
@@ -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
 }

diff --git a/tools-musl/run-armv7a.sh b/tools-musl/run-armv7a.sh
index bf5bd753..35f14193 100755
--- a/tools-musl/run-armv7a.sh
+++ b/tools-musl/run-armv7a.sh
@@ -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
 }

Reply via email to