tools-musl: change CHOST for armv7a

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Anthony G. Basile 2020-01-14 14:10:55 -05:00
parent b202848501
commit a51e97106f
No known key found for this signature in database
GPG key ID: 9384FA6EF52D4BBA

View file

@ -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