|
@@ -22,7 +22,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCH_SUPPORTS
|
|
|
default y if BR2_mips64 && BR2_mips_64 && BR2_MIPS_NABI32 && !BR2_MIPS_SOFT_FLOAT
|
|
|
default y if BR2_mips64el && BR2_mips_64 && BR2_MIPS_NABI32 && !BR2_MIPS_SOFT_FLOAT
|
|
|
default y if BR2_mips64el && BR2_mips_64r6 && BR2_MIPS_NABI32 && !BR2_MIPS_SOFT_FLOAT
|
|
|
- default y if BR2_nios2
|
|
|
default y if BR2_or1k
|
|
|
default y if BR2_powerpc && BR2_powerpc_440fp
|
|
|
default y if BR2_powerpc && BR2_powerpc_e300c3
|
|
@@ -2782,55 +2781,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_UCLIBC_STABLE
|
|
|
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
-config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_BLEEDING_EDGE
|
|
|
- bool "nios2 glibc bleeding-edge 2024.05-1"
|
|
|
- depends on BR2_nios2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
- depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
- select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
- select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
- 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 nios2 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_NIOS2_GLIBC_STABLE
|
|
|
- bool "nios2 glibc stable 2024.05-1"
|
|
|
- depends on BR2_nios2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
- select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
- 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 nios2 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_OPENRISC_GLIBC_BLEEDING_EDGE
|
|
|
bool "openrisc glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_or1k
|