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) | |
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 bc114c9dae9..968bde81319 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -137,7 +137,6 @@ MODULES = \ | |||
| 137 | guix/platforms/mips.scm \ | 137 | guix/platforms/mips.scm \ |
| 138 | guix/platforms/powerpc.scm \ | 138 | guix/platforms/powerpc.scm \ |
| 139 | guix/platforms/riscv.scm \ | 139 | guix/platforms/riscv.scm \ |
| 140 | guix/platforms/s390.scm \ | ||
| 141 | guix/platforms/x86.scm \ | 140 | guix/platforms/x86.scm \ |
| 142 | guix/build-system.scm \ | 141 | guix/build-system.scm \ |
| 143 | guix/build-system/android-ndk.scm \ | 142 | guix/build-system/android-ndk.scm \ |
