mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
doc: Remove reference to mips64.
* doc/contributing.texi (Submitting Patches): Don't suggest building packages for mips64.
This commit is contained in:
parent
a5c2e0dc4e
commit
de393bd027
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue