|
@@ -58,11 +58,11 @@ config BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL
|
|
|
choice
|
|
|
prompt "Bootlin toolchain variant"
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_BLEEDING_EDGE
|
|
|
- bool "aarch64 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "aarch64 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_aarch64
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -83,14 +83,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE
|
|
|
- bool "aarch64 glibc stable 2024.02-1"
|
|
|
+ bool "aarch64 glibc stable 2024.05-1"
|
|
|
depends on BR2_aarch64
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -108,11 +107,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_MUSL_BLEEDING_EDGE
|
|
|
- bool "aarch64 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "aarch64 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_aarch64
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -133,14 +132,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_MUSL_STABLE
|
|
|
- bool "aarch64 musl stable 2024.02-1"
|
|
|
+ bool "aarch64 musl stable 2024.05-1"
|
|
|
depends on BR2_aarch64
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -157,10 +155,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "aarch64 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "aarch64 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_aarch64
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -182,15 +180,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_STABLE
|
|
|
- bool "aarch64 uclibc stable 2024.02-1"
|
|
|
+ bool "aarch64 uclibc stable 2024.05-1"
|
|
|
depends on BR2_aarch64
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -207,11 +204,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_BLEEDING_EDGE
|
|
|
- bool "aarch64be glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "aarch64be glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -232,14 +229,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_STABLE
|
|
|
- bool "aarch64be glibc stable 2024.02-1"
|
|
|
+ bool "aarch64be glibc stable 2024.05-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -257,11 +253,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_MUSL_BLEEDING_EDGE
|
|
|
- bool "aarch64be musl bleeding-edge 2024.02-1"
|
|
|
+ bool "aarch64be musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -282,14 +278,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_MUSL_STABLE
|
|
|
- bool "aarch64be musl stable 2024.02-1"
|
|
|
+ bool "aarch64be musl stable 2024.05-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -306,10 +301,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "aarch64be uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "aarch64be uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -331,15 +326,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_UCLIBC_STABLE
|
|
|
- bool "aarch64be uclibc stable 2024.02-1"
|
|
|
+ bool "aarch64be uclibc stable 2024.05-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -356,11 +350,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "arcle-750d uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "arcle-750d uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_arc750d
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -381,7 +375,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_STABLE
|
|
|
- bool "arcle-750d uclibc stable 2024.02-1"
|
|
|
+ bool "arcle-750d uclibc stable 2024.05-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_arc750d
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
@@ -390,7 +384,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_STABLE
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -406,12 +399,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_BLEEDING_EDGE
|
|
|
- bool "arcle-hs38 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "arcle-hs38 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -431,15 +424,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_STABLE
|
|
|
- bool "arcle-hs38 glibc stable 2023.11-1"
|
|
|
+ bool "arcle-hs38 glibc stable 2024.05-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_11
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
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
|
|
@@ -456,11 +448,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "arcle-hs38 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "arcle-hs38 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -481,7 +473,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_STABLE
|
|
|
- bool "arcle-hs38 uclibc stable 2024.02-1"
|
|
|
+ bool "arcle-hs38 uclibc stable 2024.05-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
@@ -490,7 +482,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_STABLE
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -506,13 +497,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_BLEEDING_EDGE
|
|
|
- bool "armv5-eabi glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "armv5-eabi glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -533,16 +524,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_STABLE
|
|
|
- bool "armv5-eabi glibc stable 2024.02-1"
|
|
|
+ bool "armv5-eabi glibc stable 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -560,13 +550,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_BLEEDING_EDGE
|
|
|
- bool "armv5-eabi musl bleeding-edge 2024.02-1"
|
|
|
+ bool "armv5-eabi musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -587,16 +577,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_STABLE
|
|
|
- bool "armv5-eabi musl stable 2024.02-1"
|
|
|
+ bool "armv5-eabi musl stable 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -614,12 +603,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armv5-eabi uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "armv5-eabi uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -641,17 +630,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_STABLE
|
|
|
- bool "armv5-eabi uclibc stable 2024.02-1"
|
|
|
+ bool "armv5-eabi uclibc stable 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -668,13 +656,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
- bool "armv6-eabihf glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "armv6-eabihf glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -695,16 +683,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_STABLE
|
|
|
- bool "armv6-eabihf glibc stable 2024.02-1"
|
|
|
+ bool "armv6-eabihf glibc stable 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -722,13 +709,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
- bool "armv6-eabihf musl bleeding-edge 2024.02-1"
|
|
|
+ bool "armv6-eabihf musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -749,16 +736,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_STABLE
|
|
|
- bool "armv6-eabihf musl stable 2024.02-1"
|
|
|
+ bool "armv6-eabihf musl stable 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -776,12 +762,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armv6-eabihf uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "armv6-eabihf uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -803,17 +789,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_STABLE
|
|
|
- bool "armv6-eabihf uclibc stable 2024.02-1"
|
|
|
+ bool "armv6-eabihf uclibc stable 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -830,13 +815,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
- bool "armv7-eabihf glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "armv7-eabihf glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -857,16 +842,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE
|
|
|
- bool "armv7-eabihf glibc stable 2024.02-1"
|
|
|
+ bool "armv7-eabihf glibc stable 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -884,13 +868,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
- bool "armv7-eabihf musl bleeding-edge 2024.02-1"
|
|
|
+ bool "armv7-eabihf musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -911,16 +895,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_STABLE
|
|
|
- bool "armv7-eabihf musl stable 2024.02-1"
|
|
|
+ bool "armv7-eabihf musl stable 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -938,12 +921,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armv7-eabihf uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "armv7-eabihf uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -965,17 +948,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_STABLE
|
|
|
- bool "armv7-eabihf uclibc stable 2024.02-1"
|
|
|
+ bool "armv7-eabihf uclibc stable 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -992,13 +974,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
- bool "armebv7-eabihf glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "armebv7-eabihf glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1019,16 +1001,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_GLIBC_STABLE
|
|
|
- bool "armebv7-eabihf glibc stable 2024.02-1"
|
|
|
+ bool "armebv7-eabihf glibc stable 2024.05-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1046,13 +1027,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
- bool "armebv7-eabihf musl bleeding-edge 2024.02-1"
|
|
|
+ bool "armebv7-eabihf musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1073,16 +1054,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_MUSL_STABLE
|
|
|
- bool "armebv7-eabihf musl stable 2024.02-1"
|
|
|
+ bool "armebv7-eabihf musl stable 2024.05-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1100,12 +1080,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armebv7-eabihf uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "armebv7-eabihf uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1127,17 +1107,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_UCLIBC_STABLE
|
|
|
- bool "armebv7-eabihf uclibc stable 2024.02-1"
|
|
|
+ bool "armebv7-eabihf uclibc stable 2024.05-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1154,11 +1133,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armv7m uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "armv7m uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7M
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1178,16 +1157,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_STABLE
|
|
|
- bool "armv7m uclibc stable 2024.02-1"
|
|
|
+ bool "armv7m uclibc stable 2024.05-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7M
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1202,11 +1180,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_GLIBC_BLEEDING_EDGE
|
|
|
- bool "m68k-68xxx glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "m68k-68xxx glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1227,14 +1205,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_GLIBC_STABLE
|
|
|
- bool "m68k-68xxx glibc stable 2024.02-1"
|
|
|
+ bool "m68k-68xxx glibc stable 2024.05-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1252,11 +1229,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_MUSL_BLEEDING_EDGE
|
|
|
- bool "m68k-68xxx musl bleeding-edge 2024.02-1"
|
|
|
+ bool "m68k-68xxx musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1277,14 +1254,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_MUSL_STABLE
|
|
|
- bool "m68k-68xxx musl stable 2024.02-1"
|
|
|
+ bool "m68k-68xxx musl stable 2024.05-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1302,10 +1278,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "m68k-68xxx uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "m68k-68xxx uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1327,15 +1303,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_UCLIBC_STABLE
|
|
|
- bool "m68k-68xxx uclibc stable 2024.02-1"
|
|
|
+ bool "m68k-68xxx uclibc stable 2024.05-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1352,10 +1327,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_COLDFIRE_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "m68k-coldfire uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "m68k-coldfire uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_m68k_cf
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1375,15 +1350,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_COLDFIRE_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_COLDFIRE_UCLIBC_STABLE
|
|
|
- bool "m68k-coldfire uclibc stable 2024.02-1"
|
|
|
+ bool "m68k-coldfire uclibc stable 2024.05-1"
|
|
|
depends on BR2_m68k_cf
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1398,12 +1372,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_COLDFIRE_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_BLEEDING_EDGE
|
|
|
- bool "microblazebe glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "microblazebe glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_microblazebe
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1421,12 +1395,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_STABLE
|
|
|
- bool "microblazebe glibc stable 2024.02-1"
|
|
|
+ bool "microblazebe glibc stable 2024.05-1"
|
|
|
depends on BR2_microblazebe
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1444,12 +1418,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_BLEEDING_EDGE
|
|
|
- bool "microblazebe musl bleeding-edge 2024.02-1"
|
|
|
+ bool "microblazebe musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_microblazebe
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1467,12 +1441,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_STABLE
|
|
|
- bool "microblazebe musl stable 2024.02-1"
|
|
|
+ bool "microblazebe musl stable 2024.05-1"
|
|
|
depends on BR2_microblazebe
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1490,11 +1464,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "microblazebe uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "microblazebe uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_microblazebe
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1514,11 +1488,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_STABLE
|
|
|
- bool "microblazebe uclibc stable 2024.02-1"
|
|
|
+ bool "microblazebe uclibc stable 2024.05-1"
|
|
|
depends on BR2_microblazebe
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1538,12 +1512,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_BLEEDING_EDGE
|
|
|
- bool "microblazeel glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "microblazeel glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_microblazeel
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1561,12 +1535,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_STABLE
|
|
|
- bool "microblazeel glibc stable 2024.02-1"
|
|
|
+ bool "microblazeel glibc stable 2024.05-1"
|
|
|
depends on BR2_microblazeel
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1584,12 +1558,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_BLEEDING_EDGE
|
|
|
- bool "microblazeel musl bleeding-edge 2024.02-1"
|
|
|
+ bool "microblazeel musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_microblazeel
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1607,12 +1581,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_STABLE
|
|
|
- bool "microblazeel musl stable 2024.02-1"
|
|
|
+ bool "microblazeel musl stable 2024.05-1"
|
|
|
depends on BR2_microblazeel
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1630,11 +1604,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "microblazeel uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "microblazeel uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_microblazeel
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1654,11 +1628,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_STABLE
|
|
|
- bool "microblazeel uclibc stable 2024.02-1"
|
|
|
+ bool "microblazeel uclibc stable 2024.05-1"
|
|
|
depends on BR2_microblazeel
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1678,13 +1652,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips32 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1705,16 +1679,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_STABLE
|
|
|
- bool "mips32 glibc stable 2024.02-1"
|
|
|
+ bool "mips32 glibc stable 2024.05-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1732,13 +1705,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips32 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "mips32 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1759,16 +1732,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_MUSL_STABLE
|
|
|
- bool "mips32 musl stable 2024.02-1"
|
|
|
+ bool "mips32 musl stable 2024.05-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1785,12 +1757,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips32 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1812,17 +1784,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_UCLIBC_STABLE
|
|
|
- bool "mips32 uclibc stable 2024.02-1"
|
|
|
+ bool "mips32 uclibc stable 2024.05-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1839,13 +1810,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32el glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips32el glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1866,16 +1837,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_STABLE
|
|
|
- bool "mips32el glibc stable 2024.02-1"
|
|
|
+ bool "mips32el glibc stable 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1893,13 +1863,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips32el musl bleeding-edge 2024.02-1"
|
|
|
+ bool "mips32el musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1920,16 +1890,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_MUSL_STABLE
|
|
|
- bool "mips32el musl stable 2024.02-1"
|
|
|
+ bool "mips32el musl stable 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1946,12 +1915,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32el uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips32el uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1973,17 +1942,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_UCLIBC_STABLE
|
|
|
- bool "mips32el uclibc stable 2024.02-1"
|
|
|
+ bool "mips32el uclibc stable 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2000,13 +1968,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32r5el glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips32r5el glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2027,16 +1995,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_GLIBC_STABLE
|
|
|
- bool "mips32r5el glibc stable 2024.02-1"
|
|
|
+ bool "mips32r5el glibc stable 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2054,13 +2021,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips32r5el musl bleeding-edge 2024.02-1"
|
|
|
+ bool "mips32r5el musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2081,16 +2048,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_MUSL_STABLE
|
|
|
- bool "mips32r5el musl stable 2024.02-1"
|
|
|
+ bool "mips32r5el musl stable 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2108,12 +2074,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32r5el uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips32r5el uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2135,17 +2101,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_UCLIBC_STABLE
|
|
|
- bool "mips32r5el uclibc stable 2024.02-1"
|
|
|
+ bool "mips32r5el uclibc stable 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2162,13 +2127,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32r6el glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips32r6el glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2189,16 +2154,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_GLIBC_STABLE
|
|
|
- bool "mips32r6el glibc stable 2024.02-1"
|
|
|
+ bool "mips32r6el glibc stable 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2216,13 +2180,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips32r6el musl bleeding-edge 2024.02-1"
|
|
|
+ bool "mips32r6el musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2243,16 +2207,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_MUSL_STABLE
|
|
|
- bool "mips32r6el musl stable 2024.02-1"
|
|
|
+ bool "mips32r6el musl stable 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2270,12 +2233,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32r6el uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips32r6el uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2297,17 +2260,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_UCLIBC_STABLE
|
|
|
- bool "mips32r6el uclibc stable 2024.02-1"
|
|
|
+ bool "mips32r6el uclibc stable 2024.05-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2324,14 +2286,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64-n32 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips64-n32 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mips64
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2352,17 +2314,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_STABLE
|
|
|
- bool "mips64-n32 glibc stable 2024.02-1"
|
|
|
+ bool "mips64-n32 glibc stable 2024.05-1"
|
|
|
depends on BR2_mips64
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2380,14 +2341,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips64-n32 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "mips64-n32 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mips64
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2408,17 +2369,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_MUSL_STABLE
|
|
|
- bool "mips64-n32 musl stable 2024.02-1"
|
|
|
+ bool "mips64-n32 musl stable 2024.05-1"
|
|
|
depends on BR2_mips64
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2436,13 +2396,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64-n32 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips64-n32 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mips64
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2464,18 +2424,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_UCLIBC_STABLE
|
|
|
- bool "mips64-n32 uclibc stable 2024.02-1"
|
|
|
+ bool "mips64-n32 uclibc stable 2024.05-1"
|
|
|
depends on BR2_mips64
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2492,14 +2451,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64el-n32 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips64el-n32 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2520,17 +2479,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_STABLE
|
|
|
- bool "mips64el-n32 glibc stable 2024.02-1"
|
|
|
+ bool "mips64el-n32 glibc stable 2024.05-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2548,14 +2506,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips64el-n32 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "mips64el-n32 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2576,17 +2534,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_MUSL_STABLE
|
|
|
- bool "mips64el-n32 musl stable 2024.02-1"
|
|
|
+ bool "mips64el-n32 musl stable 2024.05-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2604,13 +2561,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64el-n32 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips64el-n32 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2632,18 +2589,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_UCLIBC_STABLE
|
|
|
- bool "mips64el-n32 uclibc stable 2024.02-1"
|
|
|
+ bool "mips64el-n32 uclibc stable 2024.05-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2660,14 +2616,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64r6el-n32 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips64r6el-n32 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64r6
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2688,17 +2644,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_GLIBC_STABLE
|
|
|
- bool "mips64r6el-n32 glibc stable 2024.02-1"
|
|
|
+ bool "mips64r6el-n32 glibc stable 2024.05-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64r6
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2716,14 +2671,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips64r6el-n32 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "mips64r6el-n32 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64r6
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2744,17 +2699,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_MUSL_STABLE
|
|
|
- bool "mips64r6el-n32 musl stable 2024.02-1"
|
|
|
+ bool "mips64r6el-n32 musl stable 2024.05-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64r6
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2772,13 +2726,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64r6el-n32 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "mips64r6el-n32 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64r6
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2800,18 +2754,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_UCLIBC_STABLE
|
|
|
- bool "mips64r6el-n32 uclibc stable 2024.02-1"
|
|
|
+ bool "mips64r6el-n32 uclibc stable 2024.05-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64r6
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2828,11 +2781,11 @@ 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.02-1"
|
|
|
+ bool "nios2 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_nios2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2853,14 +2806,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_STABLE
|
|
|
- bool "nios2 glibc stable 2024.02-1"
|
|
|
+ bool "nios2 glibc stable 2024.05-1"
|
|
|
depends on BR2_nios2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2878,12 +2830,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_GLIBC_BLEEDING_EDGE
|
|
|
- bool "openrisc glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "openrisc glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_or1k
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2904,15 +2856,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_GLIBC_STABLE
|
|
|
- bool "openrisc glibc stable 2023.11-1"
|
|
|
+ bool "openrisc glibc stable 2024.05-1"
|
|
|
depends on BR2_or1k
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2930,12 +2881,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_MUSL_BLEEDING_EDGE
|
|
|
- bool "openrisc musl bleeding-edge 2024.02-1"
|
|
|
+ bool "openrisc musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_or1k
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2956,15 +2907,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_MUSL_STABLE
|
|
|
- bool "openrisc musl stable 2024.02-1"
|
|
|
+ bool "openrisc musl stable 2024.05-1"
|
|
|
depends on BR2_or1k
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2981,11 +2931,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "openrisc uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "openrisc uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_or1k
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -3007,16 +2957,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_UCLIBC_STABLE
|
|
|
- bool "openrisc uclibc stable 2024.02-1"
|
|
|
+ bool "openrisc uclibc stable 2024.05-1"
|
|
|
depends on BR2_or1k
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3033,12 +2982,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-440fp glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc-440fp glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3059,15 +3008,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_GLIBC_STABLE
|
|
|
- bool "powerpc-440fp glibc stable 2024.02-1"
|
|
|
+ bool "powerpc-440fp glibc stable 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3085,12 +3033,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc-440fp musl bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc-440fp musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3110,15 +3058,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_MUSL_STABLE
|
|
|
- bool "powerpc-440fp musl stable 2024.02-1"
|
|
|
+ bool "powerpc-440fp musl stable 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3135,11 +3082,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-440fp uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc-440fp uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -3161,16 +3108,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_UCLIBC_STABLE
|
|
|
- bool "powerpc-440fp uclibc stable 2024.02-1"
|
|
|
+ bool "powerpc-440fp uclibc stable 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3187,12 +3133,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-e300c3 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc-e300c3 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3213,15 +3159,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_GLIBC_STABLE
|
|
|
- bool "powerpc-e300c3 glibc stable 2024.02-1"
|
|
|
+ bool "powerpc-e300c3 glibc stable 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3239,12 +3184,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc-e300c3 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc-e300c3 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3264,15 +3209,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_MUSL_STABLE
|
|
|
- bool "powerpc-e300c3 musl stable 2024.02-1"
|
|
|
+ bool "powerpc-e300c3 musl stable 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3289,11 +3233,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-e300c3 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc-e300c3 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -3315,16 +3259,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_UCLIBC_STABLE
|
|
|
- bool "powerpc-e300c3 uclibc stable 2024.02-1"
|
|
|
+ bool "powerpc-e300c3 uclibc stable 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3341,12 +3284,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-e500mc glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc-e500mc glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3367,15 +3310,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_STABLE
|
|
|
- bool "powerpc-e500mc glibc stable 2024.02-1"
|
|
|
+ bool "powerpc-e500mc glibc stable 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3393,12 +3335,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc-e500mc musl bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc-e500mc musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3418,15 +3360,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_MUSL_STABLE
|
|
|
- bool "powerpc-e500mc musl stable 2024.02-1"
|
|
|
+ bool "powerpc-e500mc musl stable 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3443,11 +3384,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-e500mc uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc-e500mc uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -3469,16 +3410,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_UCLIBC_STABLE
|
|
|
- bool "powerpc-e500mc uclibc stable 2024.02-1"
|
|
|
+ bool "powerpc-e500mc uclibc stable 2024.05-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3495,12 +3435,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc64-e5500 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc64-e5500 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e5500
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3521,15 +3461,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_STABLE
|
|
|
- bool "powerpc64-e5500 glibc stable 2024.02-1"
|
|
|
+ bool "powerpc64-e5500 glibc stable 2024.05-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e5500
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3547,12 +3486,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc64-e6500 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc64-e6500 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3573,15 +3512,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_GLIBC_STABLE
|
|
|
- bool "powerpc64-e6500 glibc stable 2024.02-1"
|
|
|
+ bool "powerpc64-e6500 glibc stable 2024.05-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3599,12 +3537,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc64-e6500 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc64-e6500 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3625,15 +3563,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_MUSL_STABLE
|
|
|
- bool "powerpc64-e6500 musl stable 2024.02-1"
|
|
|
+ bool "powerpc64-e6500 musl stable 2024.05-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3651,12 +3588,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc64-power8 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc64-power8 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3677,15 +3614,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_STABLE
|
|
|
- bool "powerpc64-power8 glibc stable 2024.02-1"
|
|
|
+ bool "powerpc64-power8 glibc stable 2024.05-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3703,12 +3639,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc64-power8 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc64-power8 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3729,15 +3665,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_MUSL_STABLE
|
|
|
- bool "powerpc64-power8 musl stable 2024.02-1"
|
|
|
+ bool "powerpc64-power8 musl stable 2024.05-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3755,12 +3690,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc64le-power8 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc64le-power8 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3781,15 +3716,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_STABLE
|
|
|
- bool "powerpc64le-power8 glibc stable 2024.02-1"
|
|
|
+ bool "powerpc64le-power8 glibc stable 2024.05-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3807,12 +3741,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc64le-power8 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "powerpc64le-power8 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3833,15 +3767,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_MUSL_STABLE
|
|
|
- bool "powerpc64le-power8 musl stable 2024.02-1"
|
|
|
+ bool "powerpc64le-power8 musl stable 2024.05-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3859,14 +3792,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_GLIBC_BLEEDING_EDGE
|
|
|
- bool "riscv32-ilp32d glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "riscv32-ilp32d glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_32
|
|
|
depends on BR2_RISCV_ABI_ILP32D
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3886,8 +3819,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_GLIBC_BLEEDING_EDGE
|
|
|
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
-config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_MUSL_BLEEDING_EDGE
|
|
|
- bool "riscv32-ilp32d musl bleeding-edge 2024.02-1"
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_GLIBC_STABLE
|
|
|
+ bool "riscv32-ilp32d glibc stable 2024.05-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_32
|
|
@@ -3895,6 +3828,33 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_MUSL_BLEEDING_EDGE
|
|
|
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_5_4
|
|
|
+ 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 riscv32-ilp32d 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_RISCV32_ILP32D_MUSL_BLEEDING_EDGE
|
|
|
+ bool "riscv32-ilp32d musl bleeding-edge 2024.05-1"
|
|
|
+ depends on BR2_riscv
|
|
|
+ depends on BR2_riscv_g
|
|
|
+ depends on BR2_RISCV_32
|
|
|
+ depends on BR2_RISCV_ABI_ILP32D
|
|
|
+ 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
|
|
@@ -3915,17 +3875,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_MUSL_STABLE
|
|
|
- bool "riscv32-ilp32d musl stable 2024.02-1"
|
|
|
+ bool "riscv32-ilp32d musl stable 2024.05-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_32
|
|
|
depends on BR2_RISCV_ABI_ILP32D
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3942,15 +3901,70 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_MUSL_STABLE
|
|
|
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_UCLIBC_BLEEDING_EDGE
|
|
|
+ bool "riscv32-ilp32d uclibc bleeding-edge 2024.05-1"
|
|
|
+ depends on BR2_riscv
|
|
|
+ depends on BR2_riscv_g
|
|
|
+ depends on BR2_RISCV_32
|
|
|
+ depends on BR2_RISCV_ABI_ILP32D
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
+ select BR2_USE_WCHAR
|
|
|
+ select BR2_ENABLE_LOCALE
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
+ 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_UCLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the riscv32-ilp32d architecture,
|
|
|
+ using the uclibc 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_RISCV32_ILP32D_UCLIBC_STABLE
|
|
|
+ bool "riscv32-ilp32d uclibc stable 2024.05-1"
|
|
|
+ depends on BR2_riscv
|
|
|
+ depends on BR2_riscv_g
|
|
|
+ depends on BR2_RISCV_32
|
|
|
+ depends on BR2_RISCV_ABI_ILP32D
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_USE_WCHAR
|
|
|
+ select BR2_ENABLE_LOCALE
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
+ 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_UCLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the riscv32-ilp32d architecture,
|
|
|
+ using the uclibc 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_RISCV64_LP64D_GLIBC_BLEEDING_EDGE
|
|
|
- bool "riscv64-lp64d glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "riscv64-lp64d glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_64
|
|
|
depends on BR2_RISCV_ABI_LP64D
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3971,17 +3985,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_GLIBC_STABLE
|
|
|
- bool "riscv64-lp64d glibc stable 2023.11-1"
|
|
|
+ bool "riscv64-lp64d glibc stable 2024.05-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_64
|
|
|
depends on BR2_RISCV_ABI_LP64D
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3999,14 +4012,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_MUSL_BLEEDING_EDGE
|
|
|
- bool "riscv64-lp64d musl bleeding-edge 2024.02-1"
|
|
|
+ bool "riscv64-lp64d musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_64
|
|
|
depends on BR2_RISCV_ABI_LP64D
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4027,17 +4040,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_MUSL_STABLE
|
|
|
- bool "riscv64-lp64d musl stable 2023.11-1"
|
|
|
+ bool "riscv64-lp64d musl stable 2024.05-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_64
|
|
|
depends on BR2_RISCV_ABI_LP64D
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -4055,14 +4067,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "riscv64-lp64d uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "riscv64-lp64d uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_64
|
|
|
depends on BR2_RISCV_ABI_LP64D
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -4084,19 +4096,18 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_UCLIBC_STABLE
|
|
|
- bool "riscv64-lp64d uclibc stable 2023.11-1"
|
|
|
+ bool "riscv64-lp64d uclibc stable 2024.05-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_64
|
|
|
depends on BR2_RISCV_ABI_LP64D
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -4113,12 +4124,12 @@ 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 2024.02-1"
|
|
|
+ bool "s390x-z13 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_s390x
|
|
|
depends on BR2_s390x_z13
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4139,15 +4150,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_S390X_Z13_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_S390X_Z13_GLIBC_STABLE
|
|
|
- bool "s390x-z13 glibc stable 2024.02-1"
|
|
|
+ bool "s390x-z13 glibc stable 2024.05-1"
|
|
|
depends on BR2_s390x
|
|
|
depends on BR2_s390x_z13
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -4164,13 +4174,63 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_S390X_Z13_GLIBC_STABLE
|
|
|
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_S390X_Z13_MUSL_BLEEDING_EDGE
|
|
|
+ bool "s390x-z13 musl bleeding-edge 2024.05-1"
|
|
|
+ depends on BR2_s390x
|
|
|
+ depends on BR2_s390x_z13
|
|
|
+ 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_MUSL
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the s390x-z13 architecture, using the
|
|
|
+ musl 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_MUSL_STABLE
|
|
|
+ bool "s390x-z13 musl stable 2024.05-1"
|
|
|
+ depends on BR2_s390x
|
|
|
+ depends on BR2_s390x_z13
|
|
|
+ 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_MUSL
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the s390x-z13 architecture, using the
|
|
|
+ musl 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 2024.02-1"
|
|
|
+ bool "sh-sh4 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4191,15 +4251,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_STABLE
|
|
|
- bool "sh-sh4 glibc stable 2024.02-1"
|
|
|
+ bool "sh-sh4 glibc stable 2024.05-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -4217,12 +4276,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_MUSL_BLEEDING_EDGE
|
|
|
- bool "sh-sh4 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "sh-sh4 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4243,15 +4302,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_MUSL_STABLE
|
|
|
- bool "sh-sh4 musl stable 2024.02-1"
|
|
|
+ bool "sh-sh4 musl stable 2024.05-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -4268,11 +4326,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "sh-sh4 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "sh-sh4 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -4294,16 +4352,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_UCLIBC_STABLE
|
|
|
- bool "sh-sh4 uclibc stable 2024.02-1"
|
|
|
+ bool "sh-sh4 uclibc stable 2024.05-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -4320,12 +4377,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_BLEEDING_EDGE
|
|
|
- bool "sh-sh4aeb glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "sh-sh4aeb glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4346,15 +4403,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_STABLE
|
|
|
- bool "sh-sh4aeb glibc stable 2024.02-1"
|
|
|
+ bool "sh-sh4aeb glibc stable 2024.05-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -4372,12 +4428,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_MUSL_BLEEDING_EDGE
|
|
|
- bool "sh-sh4aeb musl bleeding-edge 2024.02-1"
|
|
|
+ bool "sh-sh4aeb musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4398,15 +4454,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_MUSL_STABLE
|
|
|
- bool "sh-sh4aeb musl stable 2024.02-1"
|
|
|
+ bool "sh-sh4aeb musl stable 2024.05-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -4423,12 +4478,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_BLEEDING_EDGE
|
|
|
- bool "sparc64 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "sparc64 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_sparc64
|
|
|
depends on BR2_sparc_v9
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4449,15 +4504,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_STABLE
|
|
|
- bool "sparc64 glibc stable 2024.02-1"
|
|
|
+ bool "sparc64 glibc stable 2024.05-1"
|
|
|
depends on BR2_sparc64
|
|
|
depends on BR2_sparc_v9
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -4475,12 +4529,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "sparcv8 uclibc bleeding-edge 2022.08-2"
|
|
|
+ bool "sparcv8 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_sparc
|
|
|
depends on BR2_sparc_v8
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -4501,16 +4555,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_STABLE
|
|
|
- bool "sparcv8 uclibc stable 2022.08-1"
|
|
|
+ bool "sparcv8 uclibc stable 2024.05-1"
|
|
|
depends on BR2_sparc
|
|
|
depends on BR2_sparc_v8
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -4527,14 +4580,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4555,17 +4608,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_GLIBC_STABLE
|
|
|
- bool "x86-64 glibc stable 2024.02-1"
|
|
|
+ bool "x86-64 glibc stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -4583,14 +4635,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-64 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4611,17 +4663,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_MUSL_STABLE
|
|
|
- bool "x86-64 musl stable 2024.02-1"
|
|
|
+ bool "x86-64 musl stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -4638,13 +4689,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -4666,18 +4717,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_UCLIBC_STABLE
|
|
|
- bool "x86-64 uclibc stable 2024.02-1"
|
|
|
+ bool "x86-64 uclibc stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -4694,7 +4744,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-v2 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64-v2 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4703,9 +4753,9 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_GLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4726,7 +4776,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_GLIBC_STABLE
|
|
|
- bool "x86-64-v2 glibc stable 2024.02-1"
|
|
|
+ bool "x86-64-v2 glibc stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4735,12 +4785,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_GLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -4758,7 +4807,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-64-v2 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64-v2 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4767,9 +4816,9 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_MUSL_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4790,7 +4839,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_MUSL_STABLE
|
|
|
- bool "x86-64-v2 musl stable 2024.02-1"
|
|
|
+ bool "x86-64-v2 musl stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4799,12 +4848,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_MUSL_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -4821,7 +4869,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-v2 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64-v2 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4830,8 +4878,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_UCLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -4853,7 +4901,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_UCLIBC_STABLE
|
|
|
- bool "x86-64-v2 uclibc stable 2024.02-1"
|
|
|
+ bool "x86-64-v2 uclibc stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4862,13 +4910,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_UCLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -4885,7 +4932,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-v3 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64-v3 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4896,9 +4943,9 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_GLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4919,7 +4966,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_GLIBC_STABLE
|
|
|
- bool "x86-64-v3 glibc stable 2024.02-1"
|
|
|
+ bool "x86-64-v3 glibc stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4930,12 +4977,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_GLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -4953,7 +4999,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-64-v3 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64-v3 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4964,9 +5010,9 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_MUSL_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4987,7 +5033,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_MUSL_STABLE
|
|
|
- bool "x86-64-v3 musl stable 2024.02-1"
|
|
|
+ bool "x86-64-v3 musl stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4998,12 +5044,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_MUSL_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -5020,7 +5065,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-v3 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64-v3 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5031,8 +5076,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_UCLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -5054,7 +5099,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_UCLIBC_STABLE
|
|
|
- bool "x86-64-v3 uclibc stable 2024.02-1"
|
|
|
+ bool "x86-64-v3 uclibc stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5065,13 +5110,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_UCLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -5088,7 +5132,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-v4 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64-v4 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5100,9 +5144,9 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_GLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_X86_CPU_HAS_AVX512
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -5123,7 +5167,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_GLIBC_STABLE
|
|
|
- bool "x86-64-v4 glibc stable 2024.02-1"
|
|
|
+ bool "x86-64-v4 glibc stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5135,12 +5179,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_GLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_X86_CPU_HAS_AVX512
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -5158,7 +5201,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-64-v4 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64-v4 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5170,9 +5213,9 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_MUSL_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_X86_CPU_HAS_AVX512
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -5193,7 +5236,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_MUSL_STABLE
|
|
|
- bool "x86-64-v4 musl stable 2024.02-1"
|
|
|
+ bool "x86-64-v4 musl stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5205,12 +5248,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_MUSL_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_X86_CPU_HAS_AVX512
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -5227,7 +5269,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-v4 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64-v4 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5239,8 +5281,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_UCLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_X86_CPU_HAS_AVX512
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -5262,7 +5304,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_UCLIBC_STABLE
|
|
|
- bool "x86-64-v4 uclibc stable 2024.02-1"
|
|
|
+ bool "x86-64-v4 uclibc stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5274,13 +5316,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_UCLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_X86_CPU_HAS_AVX512
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -5297,7 +5338,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-core-i7 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64-core-i7 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5306,9 +5347,9 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -5329,7 +5370,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_STABLE
|
|
|
- bool "x86-64-core-i7 glibc stable 2024.02-1"
|
|
|
+ bool "x86-64-core-i7 glibc stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5338,12 +5379,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -5361,7 +5401,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-64-core-i7 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64-core-i7 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5370,9 +5410,9 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -5393,7 +5433,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_STABLE
|
|
|
- bool "x86-64-core-i7 musl stable 2024.02-1"
|
|
|
+ bool "x86-64-core-i7 musl stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5402,12 +5442,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -5425,7 +5464,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-core-i7 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-64-core-i7 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5434,8 +5473,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -5457,7 +5496,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_STABLE
|
|
|
- bool "x86-64-core-i7 uclibc stable 2024.02-1"
|
|
|
+ bool "x86-64-core-i7 uclibc stable 2024.05-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5466,13 +5505,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -5489,16 +5527,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-core2 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-core2 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
depends on BR2_X86_CPU_HAS_SSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -5519,19 +5557,18 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_STABLE
|
|
|
- bool "x86-core2 glibc stable 2024.02-1"
|
|
|
+ bool "x86-core2 glibc stable 2024.05-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
depends on BR2_X86_CPU_HAS_SSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -5549,16 +5586,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-core2 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-core2 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
depends on BR2_X86_CPU_HAS_SSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -5578,19 +5615,18 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_STABLE
|
|
|
- bool "x86-core2 musl stable 2024.02-1"
|
|
|
+ bool "x86-core2 musl stable 2024.05-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
depends on BR2_X86_CPU_HAS_SSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -5606,15 +5642,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-core2 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-core2 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
depends on BR2_X86_CPU_HAS_SSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -5636,20 +5672,19 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_STABLE
|
|
|
- bool "x86-core2 uclibc stable 2024.02-1"
|
|
|
+ bool "x86-core2 uclibc stable 2024.05-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
depends on BR2_X86_CPU_HAS_SSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -5666,7 +5701,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-i686 glibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-i686 glibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5676,9 +5711,9 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_BLEEDING_EDGE
|
|
|
depends on !BR2_x86_c3
|
|
|
depends on !BR2_x86_winchip_c6
|
|
|
depends on !BR2_x86_winchip2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -5699,7 +5734,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_STABLE
|
|
|
- bool "x86-i686 glibc stable 2024.02-1"
|
|
|
+ bool "x86-i686 glibc stable 2024.05-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5709,12 +5744,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_STABLE
|
|
|
depends on !BR2_x86_c3
|
|
|
depends on !BR2_x86_winchip_c6
|
|
|
depends on !BR2_x86_winchip2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -5732,7 +5766,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-i686 musl bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-i686 musl bleeding-edge 2024.05-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5742,9 +5776,9 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_BLEEDING_EDGE
|
|
|
depends on !BR2_x86_c3
|
|
|
depends on !BR2_x86_winchip_c6
|
|
|
depends on !BR2_x86_winchip2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -5764,7 +5798,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_STABLE
|
|
|
- bool "x86-i686 musl stable 2024.02-1"
|
|
|
+ bool "x86-i686 musl stable 2024.05-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5774,12 +5808,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_STABLE
|
|
|
depends on !BR2_x86_c3
|
|
|
depends on !BR2_x86_winchip_c6
|
|
|
depends on !BR2_x86_winchip2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -5795,7 +5828,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-i686 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "x86-i686 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5805,8 +5838,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_BLEEDING_EDGE
|
|
|
depends on !BR2_x86_c3
|
|
|
depends on !BR2_x86_winchip_c6
|
|
|
depends on !BR2_x86_winchip2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -5828,7 +5861,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_STABLE
|
|
|
- bool "x86-i686 uclibc stable 2024.02-1"
|
|
|
+ bool "x86-i686 uclibc stable 2024.05-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5838,13 +5871,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_STABLE
|
|
|
depends on !BR2_x86_c3
|
|
|
depends on !BR2_x86_winchip_c6
|
|
|
depends on !BR2_x86_winchip2
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -5861,12 +5893,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "xtensa-lx60 uclibc bleeding-edge 2024.02-1"
|
|
|
+ bool "xtensa-lx60 uclibc bleeding-edge 2024.05-1"
|
|
|
depends on BR2_xtensa
|
|
|
depends on BR2_XTENSA_CUSTOM
|
|
|
depends on BR2_XTENSA_LITTLE_ENDIAN
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -5888,17 +5920,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_STABLE
|
|
|
- bool "xtensa-lx60 uclibc stable 2024.02-1"
|
|
|
+ bool "xtensa-lx60 uclibc stable 2024.05-1"
|
|
|
depends on BR2_xtensa
|
|
|
depends on BR2_XTENSA_CUSTOM
|
|
|
depends on BR2_XTENSA_LITTLE_ENDIAN
|
|
|
- depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
- select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|