diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2020-05-25 12:29:55 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2020-05-28 11:12:40 +0300 |
| commit | 03e6404936ef0974fdbc877d537b97b28e54124d (patch) | |
| tree | dd9b2402845b344f6153b9b68d92d8e664ddebfb /m4 | |
| parent | 023eea68f53a6d2979f558fc7590f43aee3aff43 (diff) | |
doc: Remove explicit support for mips64el-linux.
It's been a good run, but no one is maintaining the architecture.
So long, and thanks for all the fish.
* doc/guix.texi (GNU Distribution): Change text for mips64el-linux
to denote it is deprecated.
(Daemon Offload Setup): Change occurrences of mips64el-linux to
aarch64-linux and adjust local code snippets.
(Guix Environment)[cross-compilation]: Change mips64el-linux-gnu to
aarch64-linux-gnu.
(GNU Build System)(package-cross-derivation]: Same.
(G-Expressions)[cross compilation]: Same.
(Additional Build Options)[cross-compilation, build logs]: Same.
(qemu-binfmt-service-type): Remove mips64el.
* doc/contributing.texi (Submitting Patches): Same.
* m4/guix.m4: (GUIX_ASSERT_SUPPORTED_SYSTEM): Remove mips64el-linux.
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/guix.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/guix.m4 b/m4/guix.m4 index 9eb38634822..7c27ae74df5 100644 --- a/m4/guix.m4 +++ b/m4/guix.m4 | |||
| @@ -88,7 +88,7 @@ courageous and port the GNU System distribution to it (see | |||
| 88 | # Currently only Linux-based systems are supported, and only on some | 88 | # Currently only Linux-based systems are supported, and only on some |
| 89 | # platforms. | 89 | # platforms. |
| 90 | case "$guix_system" in | 90 | case "$guix_system" in |
| 91 | x86_64-linux|i686-linux|armhf-linux|aarch64-linux|mips64el-linux) | 91 | x86_64-linux|i686-linux|armhf-linux|aarch64-linux) |
| 92 | ;; | 92 | ;; |
| 93 | *) | 93 | *) |
| 94 | if test "x$guix_courageous" = "xyes"; then | 94 | if test "x$guix_courageous" = "xyes"; then |
