|
@@ -33,6 +33,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCH_SUPPORTS
|
|
|
default y if BR2_powerpc64le && BR2_powerpc_power8
|
|
|
default y if BR2_riscv && BR2_riscv_g && BR2_RISCV_32 && BR2_RISCV_ABI_ILP32D
|
|
|
default y if BR2_riscv && BR2_riscv_g && BR2_RISCV_64 && BR2_RISCV_ABI_LP64D
|
|
|
+ default y if BR2_s390x && BR2_s390x_z13
|
|
|
default y if BR2_sh && BR2_sh4
|
|
|
default y if BR2_sh && BR2_sh4aeb
|
|
|
default y if BR2_sparc64 && BR2_sparc_v9
|
|
@@ -3455,6 +3456,56 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_UCLIBC_STABLE
|
|
|
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_S390X_Z13_GLIBC_BLEEDING_EDGE
|
|
|
+ bool "s390x-z13 glibc bleeding-edge 2021.11-1"
|
|
|
+ depends on BR2_s390x
|
|
|
+ depends on BR2_s390x_z13
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the s390x-z13 architecture, using the
|
|
|
+ glibc C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_S390X_Z13_GLIBC_STABLE
|
|
|
+ bool "s390x-z13 glibc stable 2021.11-1"
|
|
|
+ depends on BR2_s390x
|
|
|
+ depends on BR2_s390x_z13
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the s390x-z13 architecture, using the
|
|
|
+ glibc C library. This is a stable version, which means it
|
|
|
+ is using stable and proven versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_BLEEDING_EDGE
|
|
|
bool "sh-sh4 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_sh
|