commit: a51e97106fa21078f6f81505274b8a86c6fcc364
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 19:10:55 2020 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 19:10:55 2020 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a51e9710
tools-musl: change CHOST for armv7a
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
tools-musl/run-armv7a.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools-musl/run-armv7a.sh b/tools-musl/run-armv7a.sh
index 35f14193..12c16569 100755
--- a/tools-musl/run-armv7a.sh
+++ b/tools-musl/run-armv7a.sh
@@ -22,7 +22,7 @@ prepare_confs() {
-e "s:SARCH:${arch}:g" \
-e "s:TARCH:${tarch}:g" \
-e "s:FLAVOR:${flavor}:g" \
- -e "s:gentoo-linux-musl:hardfloat-linux-musleabi:" \
+ -e "s:gentoo-linux-musl:unknown-linux-musleabihf:g" \
-e "s:^profile\:.*:profile\: ${profile}:" \
-e "s:MYCATALYST:$(pwd):g" \
> stage${s}-${arch}-musl-${flavor}.conf