summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-05-25 17:04:51 +0200
committerMathieu Othacehe <othacehe@gnu.org>2022-05-25 17:11:32 +0200
commitd2c06bf2ff424c6076b3e847119a3952f7a6ce40 (patch)
tree2a39fa8aa1a75d20a68f5f128dc64e39e3f7dfa5 /Makefile.am
parente0e1bf440937b3f68d29839fb7c5d70061a3129d (diff)
downloadguix-d2c06bf2ff424c6076b3e847119a3952f7a6ce40.tar.gz
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 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bc114c9dae..968bde8131 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -137,7 +137,6 @@ MODULES =					\
   guix/platforms/mips.scm                       \
   guix/platforms/powerpc.scm                    \
   guix/platforms/riscv.scm                      \
-  guix/platforms/s390.scm                       \
   guix/platforms/x86.scm                        \
   guix/build-system.scm				\
   guix/build-system/android-ndk.scm		\