1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

doc: Remove reference to mips64.

* doc/contributing.texi (Submitting Patches): Don't suggest building
packages for mips64.
This commit is contained in:
Efraim Flashner
2021-05-25 10:04:58 +03:00
parent a5c2e0dc4e
commit de393bd027

View File

@@ -1031,7 +1031,7 @@ Then reconfigure your system.
You can then build packages for different platforms by specifying the
@code{--system} option. For example, to build the "hello" package for
the armhf, aarch64, or mips64 architectures, you would run the following
the armhf or aarch64 architectures, you would run the following
commands, respectively:
@example
guix build --system=armhf-linux --rounds=2 hello