me
/
guix
Archived
1
0
Fork 0

doc: Remove reference to mips64.

* doc/contributing.texi (Submitting Patches): Don't suggest building
packages for mips64.
master
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
1 changed files with 1 additions and 1 deletions

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