diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-05-25 17:04:51 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-05-25 17:11:32 +0200 |
commit | d2c06bf2ff424c6076b3e847119a3952f7a6ce40 (patch) | |
tree | 2a39fa8aa1a75d20a68f5f128dc64e39e3f7dfa5 /doc | |
parent | e0e1bf440937b3f68d29839fb7c5d70061a3129d (diff) | |
download | guix-d2c06bf2ff424c6076b3e847119a3952f7a6ce40.tar.gz guix-d2c06bf2ff424c6076b3e847119a3952f7a6ce40.zip |
platforms: Remove the s390x platform.
Turns out this platform doesn't have a bootstrap tarball and should be
considered as not supported for now.
* guix/platforms/s390.scm: Remove it.
* Makefile.am (MODULES): Adapt it.
* doc/guix.texi (Foreign Architectures): Ditto.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 55c992ca25..bcc193366f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15265,7 +15265,6 @@ The available targets are: - powerpc-linux-gnu - powerpc64le-linux-gnu - riscv64-linux-gnu - - s390x-linux-gnu - x86_64-linux-gnu - x86_64-w64-mingw32 @end example @@ -15313,7 +15312,6 @@ The available systems are: - powerpc-linux - powerpc64le-linux - riscv64-linux - - s390x-linux $ guix build --system=i686-linux hello /gnu/store/cc0km35s8x2z4pmwkrqqjx46i8b1i3gm-hello-2.12 |