diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-05-13 00:02:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-13 00:02:15 +0200 |
commit | 4d46775b1d04f9edb6fd729cfcd4b745be74e03b (patch) | |
tree | 31291c4cf77a2071eb94a0a4be01334dd014a5f4 | |
parent | 62f6f3bb045cad63174a9706e182a06052f0b5b0 (diff) | |
download | patches-4d46775b1d04f9edb6fd729cfcd4b745be74e03b.tar patches-4d46775b1d04f9edb6fd729cfcd4b745be74e03b.tar.gz |
doc: Update list of supported architectures.
* doc/guix.texi (GNU Distribution): Remove "experimental" bit for
AArch64. Mark "mips64el-linux" as "no longer fully supported."
-rw-r--r-- | doc/guix.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 86ed199aed..b6d00ec176 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -439,13 +439,13 @@ using the EABI hard-float application binary interface (ABI), and Linux-Libre kernel. @item aarch64-linux -little-endian 64-bit ARMv8-A processors, Linux-Libre kernel. This is -currently in an experimental stage, with limited support. -@xref{Contributing}, for how to help! +little-endian 64-bit ARMv8-A processors, Linux-Libre kernel. @item mips64el-linux little-endian 64-bit MIPS processors, specifically the Loongson series, -n32 ABI, and Linux-Libre kernel. +n32 ABI, and Linux-Libre kernel. This configuration is no longer fully +supported; in particular, the project's build farms no longer provide +substitutes for this architecture. @end table |