This was submitted upstream https://github.com/openbios/openbios/pull/12 diff --git a/config/scripts/switch-arch b/config/scripts/switch-arch index b5acc6c..a96ef4b 100755 --- a/config/scripts/switch-arch +++ b/config/scripts/switch-arch @@ -38,7 +38,8 @@ longbits() if test "$cpu" = "sparc64" -o "$cpu" = "ia64" \ -o "$cpu" = "amd64" -o "$cpu" = "x86_64" \ -o "$cpu" = "powerpc64" -o "$cpu" = "ppc64" \ - -o "$cpu" = "ppc64le" -o "$cpu" = "alpha" ; then + -o "$cpu" = "ppc64le" -o "$cpu" = "alpha" \ + -o "$cpu" = "aarch64" -o "$cpu" = "riscv64" ; then echo 64 else echo 32 e0f688a'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/teams/rust
AgeCommit message (Collapse)Author
2024-11-28teams: rust: Add another manifest.Efraim Flashner
Change-Id: Icabed521eb71fa94237246b181974716bc8a3858
2024-01-04etc: Add rust-team manifest.Efraim Flashner
Change-Id: Ie43bd4a88d35270dcac7baaabeafbcc3a755db1e