Skip to content

Commit

Permalink
www-client/firefox: support aarch64-unknown-linux-musl
Browse files Browse the repository at this point in the history
Signed-off-by: mojyack <mojyack@gmail.com>
Closes: #36647
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
  • Loading branch information
mojyack authored and juippis committed May 13, 2024
1 parent 02cd356 commit 6ecf306
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www-client/firefox/firefox-115.10.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,8 @@ src_prepare() {
export RUST_TARGET="x86_64-unknown-linux-musl"
elif use x86 ; then
export RUST_TARGET="i686-unknown-linux-musl"
elif use arm64 ; then
export RUST_TARGET="aarch64-unknown-linux-musl"
else
die "Unknown musl chost, please post your rustc -vV along with emerge --info on Gentoo's bug #915651"
fi
Expand Down
2 changes: 2 additions & 0 deletions www-client/firefox/firefox-115.9.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,8 @@ src_prepare() {
export RUST_TARGET="x86_64-unknown-linux-musl"
elif use x86 ; then
export RUST_TARGET="i686-unknown-linux-musl"
elif use arm64 ; then
export RUST_TARGET="aarch64-unknown-linux-musl"
else
die "Unknown musl chost, please post your rustc -vV along with emerge --info on Gentoo's bug #915651"
fi
Expand Down
2 changes: 2 additions & 0 deletions www-client/firefox/firefox-115.9.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,8 @@ src_prepare() {
export RUST_TARGET="x86_64-unknown-linux-musl"
elif use x86 ; then
export RUST_TARGET="i686-unknown-linux-musl"
elif use arm64 ; then
export RUST_TARGET="aarch64-unknown-linux-musl"
else
die "Unknown musl chost, please post your rustc -vV along with emerge --info on Gentoo's bug #915651"
fi
Expand Down
2 changes: 2 additions & 0 deletions www-client/firefox/firefox-125.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,8 @@ src_prepare() {
export RUST_TARGET="x86_64-unknown-linux-musl"
elif use x86 ; then
export RUST_TARGET="i686-unknown-linux-musl"
elif use arm64 ; then
export RUST_TARGET="aarch64-unknown-linux-musl"
else
die "Unknown musl chost, please post your rustc -vV along with emerge --info on Gentoo's bug #915651"
fi
Expand Down
2 changes: 2 additions & 0 deletions www-client/firefox/firefox-125.0.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,8 @@ src_prepare() {
export RUST_TARGET="x86_64-unknown-linux-musl"
elif use x86 ; then
export RUST_TARGET="i686-unknown-linux-musl"
elif use arm64 ; then
export RUST_TARGET="aarch64-unknown-linux-musl"
else
die "Unknown musl chost, please post your rustc -vV along with emerge --info on Gentoo's bug #915651"
fi
Expand Down

0 comments on commit 6ecf306

Please sign in to comment.