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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

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