summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-05-25 10:04:58 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-05-25 10:54:27 +0300
commitde393bd027b783eac9899bf314fd4ab037a594be (patch)
tree0cb93722c8ad05102881dddfd9a0c7a5c901913d /doc
parenta5c2e0dc4eee1a4319d2dfc1562e38fff76123a5 (diff)
downloadguix-patches-de393bd027b783eac9899bf314fd4ab037a594be.tar
guix-patches-de393bd027b783eac9899bf314fd4ab037a594be.tar.gz
doc: Remove reference to mips64.
* doc/contributing.texi (Submitting Patches): Don't suggest building packages for mips64.
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 5fadde4d6c..1355c59375 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -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