package/go: add support for IBM s390x and Z arch
authorAlexander Egorenkov <egorenar@linux.ibm.com>
Thu, 17 Sep 2020 04:08:00 +0000 (06:08 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 24 Sep 2020 20:57:57 +0000 (22:57 +0200)
Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/go/Config.in.host

index 3f16dbaec31fee2f807803177d54392395ecca37..87942c7a1e3f6dff49c89826491b249a06be4423 100644 (file)
@@ -6,7 +6,7 @@ config BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
        depends on BR2_PACKAGE_HOST_GO_BOOTSTRAP_ARCH_SUPPORTS
        depends on (BR2_arm && BR2_TOOLCHAIN_SUPPORTS_PIE) || BR2_aarch64 \
                || BR2_i386 || BR2_x86_64 || BR2_powerpc64le \
-               || BR2_mips64 || BR2_mips64el
+               || BR2_mips64 || BR2_mips64el || BR2_s390x
        depends on !BR2_ARM_CPU_ARMV4
        # MIPS R6 support in Go has not yet been developed.
        depends on !BR2_MIPS_CPU_MIPS64R6