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 /Makefile.am | |
parent | e0e1bf440937b3f68d29839fb7c5d70061a3129d (diff) | |
download | guix-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.am | 1 |
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 \ |