|
@@ -58,8 +58,9 @@ 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 2023.08-1"
|
|
|
+ bool "aarch64 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_aarch64
|
|
|
+ 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_10
|
|
@@ -82,7 +83,7 @@ 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 2023.08-1"
|
|
|
+ bool "aarch64 glibc stable 2023.11-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
depends on BR2_USE_MMU
|
|
@@ -107,8 +108,9 @@ 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 2023.08-1"
|
|
|
+ bool "aarch64 musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_aarch64
|
|
|
+ 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_10
|
|
@@ -131,7 +133,7 @@ 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 2023.08-1"
|
|
|
+ bool "aarch64 musl stable 2023.11-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
depends on BR2_USE_MMU
|
|
@@ -155,8 +157,9 @@ 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 2023.08-1"
|
|
|
+ bool "aarch64 uclibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_aarch64
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -179,7 +182,7 @@ 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 2023.08-1"
|
|
|
+ bool "aarch64 uclibc stable 2023.11-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
@@ -204,8 +207,9 @@ 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 2023.08-1"
|
|
|
+ bool "aarch64be glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
+ 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_10
|
|
@@ -228,7 +232,7 @@ 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 2023.08-1"
|
|
|
+ bool "aarch64be glibc stable 2023.11-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
depends on BR2_USE_MMU
|
|
@@ -253,8 +257,9 @@ 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 2023.08-1"
|
|
|
+ bool "aarch64be musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
+ 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_10
|
|
@@ -277,7 +282,7 @@ 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 2023.08-1"
|
|
|
+ bool "aarch64be musl stable 2023.11-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
depends on BR2_USE_MMU
|
|
@@ -301,8 +306,9 @@ 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 2023.08-1"
|
|
|
+ bool "aarch64be uclibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -325,7 +331,7 @@ 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 2023.08-1"
|
|
|
+ bool "aarch64be uclibc stable 2023.11-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
@@ -350,9 +356,10 @@ 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 2023.08-1"
|
|
|
+ bool "arcle-750d uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -374,7 +381,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 2023.08-1"
|
|
|
+ bool "arcle-750d uclibc stable 2023.11-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_arc750d
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_11
|
|
@@ -399,9 +406,10 @@ 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 2023.08-1"
|
|
|
+ bool "arcle-hs38 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
+ 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_10
|
|
@@ -423,7 +431,7 @@ 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.08-1"
|
|
|
+ bool "arcle-hs38 glibc stable 2023.11-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_11
|
|
@@ -448,9 +456,10 @@ 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 2023.08-1"
|
|
|
+ bool "arcle-hs38 uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -472,7 +481,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 2023.08-1"
|
|
|
+ bool "arcle-hs38 uclibc stable 2023.11-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_11
|
|
@@ -497,10 +506,11 @@ 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 2023.08-1"
|
|
|
+ bool "armv5-eabi glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -523,7 +533,7 @@ 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 2023.08-1"
|
|
|
+ bool "armv5-eabi glibc stable 2023.11-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
@@ -550,10 +560,11 @@ 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 2023.08-1"
|
|
|
+ bool "armv5-eabi musl bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -576,7 +587,7 @@ 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 2023.08-1"
|
|
|
+ bool "armv5-eabi musl stable 2023.11-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
@@ -603,10 +614,11 @@ 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 2023.08-1"
|
|
|
+ bool "armv5-eabi uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -629,7 +641,7 @@ 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 2023.08-1"
|
|
|
+ bool "armv5-eabi uclibc stable 2023.11-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
@@ -656,10 +668,11 @@ 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 2023.08-1"
|
|
|
+ bool "armv6-eabihf glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -682,7 +695,7 @@ 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 2023.08-1"
|
|
|
+ bool "armv6-eabihf glibc stable 2023.11-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
@@ -709,10 +722,11 @@ 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 2023.08-1"
|
|
|
+ bool "armv6-eabihf musl bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -735,7 +749,7 @@ 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 2023.08-1"
|
|
|
+ bool "armv6-eabihf musl stable 2023.11-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
@@ -762,10 +776,11 @@ 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 2023.08-1"
|
|
|
+ bool "armv6-eabihf uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -788,7 +803,7 @@ 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 2023.08-1"
|
|
|
+ bool "armv6-eabihf uclibc stable 2023.11-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
@@ -815,10 +830,11 @@ 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 2023.08-1"
|
|
|
+ bool "armv7-eabihf glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -841,7 +857,7 @@ 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 2023.08-1"
|
|
|
+ bool "armv7-eabihf glibc stable 2023.11-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
@@ -868,10 +884,11 @@ 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 2023.08-1"
|
|
|
+ bool "armv7-eabihf musl bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -894,7 +911,7 @@ 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 2023.08-1"
|
|
|
+ bool "armv7-eabihf musl stable 2023.11-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
@@ -921,10 +938,11 @@ 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 2023.08-1"
|
|
|
+ bool "armv7-eabihf uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -947,7 +965,7 @@ 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 2023.08-1"
|
|
|
+ bool "armv7-eabihf uclibc stable 2023.11-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
@@ -974,10 +992,11 @@ 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 2023.08-1"
|
|
|
+ bool "armebv7-eabihf glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -1000,7 +1019,7 @@ 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 2023.08-1"
|
|
|
+ bool "armebv7-eabihf glibc stable 2023.11-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
@@ -1027,10 +1046,11 @@ 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 2023.08-1"
|
|
|
+ bool "armebv7-eabihf musl bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -1053,7 +1073,7 @@ 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 2023.08-1"
|
|
|
+ bool "armebv7-eabihf musl stable 2023.11-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
@@ -1080,10 +1100,11 @@ 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 2023.08-1"
|
|
|
+ bool "armebv7-eabihf uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -1106,7 +1127,7 @@ 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 2023.08-1"
|
|
|
+ bool "armebv7-eabihf uclibc stable 2023.11-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
@@ -1133,9 +1154,10 @@ 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 2023.08-1"
|
|
|
+ bool "armv7m uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -1156,7 +1178,7 @@ 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 2023.08-1"
|
|
|
+ bool "armv7m uclibc stable 2023.11-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7M
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -1179,9 +1201,110 @@ 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 2023.11-1"
|
|
|
+ depends on BR2_m68k_m68k
|
|
|
+ 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_10
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the m68k-68xxx architecture, using
|
|
|
+ the glibc C library. This is a bleeding-edge version, which
|
|
|
+ means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_GLIBC_STABLE
|
|
|
+ bool "m68k-68xxx glibc stable 2023.11-1"
|
|
|
+ depends on BR2_m68k_m68k
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the m68k-68xxx 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_M68K_68XXX_MUSL_BLEEDING_EDGE
|
|
|
+ bool "m68k-68xxx musl bleeding-edge 2023.11-1"
|
|
|
+ depends on BR2_m68k_m68k
|
|
|
+ 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_10
|
|
|
+ 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 m68k-68xxx 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_M68K_68XXX_MUSL_STABLE
|
|
|
+ bool "m68k-68xxx musl stable 2023.11-1"
|
|
|
+ depends on BR2_m68k_m68k
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
+ 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 m68k-68xxx 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_M68K_68XXX_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "m68k-68xxx uclibc bleeding-edge 2023.08-1"
|
|
|
+ bool "m68k-68xxx uclibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -1204,7 +1327,7 @@ 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 2023.08-1"
|
|
|
+ bool "m68k-68xxx uclibc stable 2023.11-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
@@ -1229,8 +1352,9 @@ 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 2023.08-1"
|
|
|
+ bool "m68k-coldfire uclibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_m68k_cf
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -1251,7 +1375,7 @@ 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 2023.08-1"
|
|
|
+ bool "m68k-coldfire uclibc stable 2023.11-1"
|
|
|
depends on BR2_m68k_cf
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
@@ -1274,8 +1398,9 @@ 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 2023.08-1"
|
|
|
+ bool "microblazebe glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_microblazebe
|
|
|
+ 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_13
|
|
@@ -1297,7 +1422,7 @@ 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 2023.08-1"
|
|
|
+ bool "microblazebe glibc stable 2023.11-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
depends on BR2_USE_MMU
|
|
@@ -1321,8 +1446,9 @@ 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 2023.08-1"
|
|
|
+ bool "microblazebe musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_microblazebe
|
|
|
+ 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_13
|
|
@@ -1344,7 +1470,7 @@ 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 2023.08-1"
|
|
|
+ bool "microblazebe musl stable 2023.11-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
depends on BR2_USE_MMU
|
|
@@ -1368,8 +1494,9 @@ 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 2023.08-1"
|
|
|
+ bool "microblazebe uclibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_microblazebe
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -1392,7 +1519,7 @@ 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 2023.08-1"
|
|
|
+ bool "microblazebe uclibc stable 2023.11-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
@@ -1417,8 +1544,9 @@ 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 2023.08-1"
|
|
|
+ bool "microblazeel glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_microblazeel
|
|
|
+ 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_13
|
|
@@ -1440,7 +1568,7 @@ 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 2023.08-1"
|
|
|
+ bool "microblazeel glibc stable 2023.11-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
depends on BR2_USE_MMU
|
|
@@ -1464,8 +1592,9 @@ 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 2023.08-1"
|
|
|
+ bool "microblazeel musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_microblazeel
|
|
|
+ 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_13
|
|
@@ -1487,7 +1616,7 @@ 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 2023.08-1"
|
|
|
+ bool "microblazeel musl stable 2023.11-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
depends on BR2_USE_MMU
|
|
@@ -1511,8 +1640,9 @@ 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 2023.08-1"
|
|
|
+ bool "microblazeel uclibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_microblazeel
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -1535,7 +1665,7 @@ 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 2023.08-1"
|
|
|
+ bool "microblazeel uclibc stable 2023.11-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
@@ -1560,10 +1690,11 @@ 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 2023.08-1"
|
|
|
+ bool "mips32 glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -1586,7 +1717,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips32 glibc stable 2023.11-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
@@ -1613,10 +1744,11 @@ 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 2023.08-1"
|
|
|
+ bool "mips32 musl bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -1639,7 +1771,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips32 musl stable 2023.11-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
@@ -1665,10 +1797,11 @@ 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 2023.08-1"
|
|
|
+ bool "mips32 uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -1691,7 +1824,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips32 uclibc stable 2023.11-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
@@ -1718,10 +1851,11 @@ 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 2023.08-1"
|
|
|
+ bool "mips32el glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -1744,7 +1878,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips32el glibc stable 2023.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
@@ -1771,10 +1905,11 @@ 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 2023.08-1"
|
|
|
+ bool "mips32el musl bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -1797,7 +1932,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips32el musl stable 2023.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
@@ -1823,10 +1958,11 @@ 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 2023.08-1"
|
|
|
+ bool "mips32el uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -1849,7 +1985,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips32el uclibc stable 2023.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
@@ -1876,10 +2012,11 @@ 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 2023.08-1"
|
|
|
+ bool "mips32r5el glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -1902,7 +2039,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips32r5el glibc stable 2023.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
@@ -1929,10 +2066,11 @@ 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 2023.08-1"
|
|
|
+ bool "mips32r5el musl bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -1955,7 +2093,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips32r5el musl stable 2023.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
@@ -1982,10 +2120,11 @@ 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 2023.08-1"
|
|
|
+ bool "mips32r5el uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -2008,7 +2147,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips32r5el uclibc stable 2023.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
@@ -2035,10 +2174,11 @@ 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 2023.08-1"
|
|
|
+ bool "mips32r6el glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -2061,7 +2201,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips32r6el glibc stable 2023.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
@@ -2088,10 +2228,11 @@ 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 2023.08-1"
|
|
|
+ bool "mips32r6el musl bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -2114,7 +2255,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips32r6el musl stable 2023.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
@@ -2141,10 +2282,11 @@ 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 2023.08-1"
|
|
|
+ bool "mips32r6el uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -2167,7 +2309,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips32r6el uclibc stable 2023.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
@@ -2194,11 +2336,12 @@ 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 2023.08-1"
|
|
|
+ bool "mips64-n32 glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -2221,7 +2364,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips64-n32 glibc stable 2023.11-1"
|
|
|
depends on BR2_mips64
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
@@ -2249,11 +2392,12 @@ 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 2023.08-1"
|
|
|
+ bool "mips64-n32 musl bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -2276,7 +2420,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips64-n32 musl stable 2023.11-1"
|
|
|
depends on BR2_mips64
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
@@ -2304,11 +2448,12 @@ 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 2023.08-1"
|
|
|
+ bool "mips64-n32 uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -2331,7 +2476,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips64-n32 uclibc stable 2023.11-1"
|
|
|
depends on BR2_mips64
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
@@ -2359,11 +2504,12 @@ 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 2023.08-1"
|
|
|
+ bool "mips64el-n32 glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -2386,7 +2532,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips64el-n32 glibc stable 2023.11-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
@@ -2414,11 +2560,12 @@ 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 2023.08-1"
|
|
|
+ bool "mips64el-n32 musl bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -2441,7 +2588,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips64el-n32 musl stable 2023.11-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
@@ -2469,11 +2616,12 @@ 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 2023.08-1"
|
|
|
+ bool "mips64el-n32 uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -2496,7 +2644,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips64el-n32 uclibc stable 2023.11-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
@@ -2524,11 +2672,12 @@ 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 2023.08-1"
|
|
|
+ bool "mips64r6el-n32 glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -2551,7 +2700,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips64r6el-n32 glibc stable 2023.11-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64r6
|
|
|
depends on BR2_MIPS_NABI32
|
|
@@ -2579,11 +2728,12 @@ 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 2023.08-1"
|
|
|
+ bool "mips64r6el-n32 musl bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -2606,7 +2756,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips64r6el-n32 musl stable 2023.11-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64r6
|
|
|
depends on BR2_MIPS_NABI32
|
|
@@ -2634,11 +2784,12 @@ 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 2023.08-1"
|
|
|
+ bool "mips64r6el-n32 uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -2661,7 +2812,7 @@ 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 2023.08-1"
|
|
|
+ bool "mips64r6el-n32 uclibc stable 2023.11-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64r6
|
|
|
depends on BR2_MIPS_NABI32
|
|
@@ -2689,8 +2840,9 @@ 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 2023.08-1"
|
|
|
+ bool "nios2 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_nios2
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -2713,7 +2865,7 @@ 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 2023.08-1"
|
|
|
+ bool "nios2 glibc stable 2023.11-1"
|
|
|
depends on BR2_nios2
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
depends on BR2_USE_MMU
|
|
@@ -2738,8 +2890,9 @@ 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 2023.08-1"
|
|
|
+ bool "openrisc glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_or1k
|
|
|
+ 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_13
|
|
@@ -2763,7 +2916,7 @@ 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.08-1"
|
|
|
+ bool "openrisc glibc stable 2023.11-1"
|
|
|
depends on BR2_or1k
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
depends on BR2_USE_MMU
|
|
@@ -2789,8 +2942,9 @@ 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 2023.08-1"
|
|
|
+ bool "openrisc musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_or1k
|
|
|
+ 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_13
|
|
@@ -2814,7 +2968,7 @@ 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 2023.08-1"
|
|
|
+ bool "openrisc musl stable 2023.11-1"
|
|
|
depends on BR2_or1k
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
depends on BR2_USE_MMU
|
|
@@ -2839,8 +2993,9 @@ 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 2023.08-1"
|
|
|
+ bool "openrisc uclibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_or1k
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -2864,7 +3019,7 @@ 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 2023.08-1"
|
|
|
+ bool "openrisc uclibc stable 2023.11-1"
|
|
|
depends on BR2_or1k
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
@@ -2890,9 +3045,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-440fp glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
+ 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_10
|
|
@@ -2915,7 +3071,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-440fp glibc stable 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -2941,9 +3097,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-440fp musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
+ 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_10
|
|
@@ -2965,7 +3122,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-440fp musl stable 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -2990,9 +3147,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-440fp uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -3015,7 +3173,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-440fp uclibc stable 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3041,9 +3199,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-e300c3 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
+ 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_10
|
|
@@ -3066,7 +3225,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-e300c3 glibc stable 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3092,9 +3251,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-e300c3 musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
+ 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_10
|
|
@@ -3116,7 +3276,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-e300c3 musl stable 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3141,9 +3301,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-e300c3 uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -3166,7 +3327,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-e300c3 uclibc stable 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3192,9 +3353,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-e500mc glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
+ 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_10
|
|
@@ -3217,7 +3379,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-e500mc glibc stable 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3243,9 +3405,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-e500mc musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
+ 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_10
|
|
@@ -3267,7 +3430,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-e500mc musl stable 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3292,9 +3455,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-e500mc uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -3317,7 +3481,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc-e500mc uclibc stable 2023.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3343,9 +3507,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64-e5500 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e5500
|
|
|
+ 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_10
|
|
@@ -3368,7 +3533,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64-e5500 glibc stable 2023.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e5500
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3394,9 +3559,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64-e6500 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
+ 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_10
|
|
@@ -3419,7 +3585,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64-e6500 glibc stable 2023.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3445,9 +3611,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64-e6500 musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
+ 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_10
|
|
@@ -3470,7 +3637,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64-e6500 musl stable 2023.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3496,9 +3663,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64-power8 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
+ 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_10
|
|
@@ -3521,7 +3689,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64-power8 glibc stable 2023.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3547,9 +3715,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64-power8 musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
+ 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_10
|
|
@@ -3572,7 +3741,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64-power8 musl stable 2023.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3598,9 +3767,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64le-power8 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
+ 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_10
|
|
@@ -3623,7 +3793,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64le-power8 glibc stable 2023.11-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3649,9 +3819,10 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64le-power8 musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
+ 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_10
|
|
@@ -3674,7 +3845,7 @@ 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 2023.08-1"
|
|
|
+ bool "powerpc64le-power8 musl stable 2023.11-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3700,11 +3871,12 @@ 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 2023.08-1"
|
|
|
+ bool "riscv32-ilp32d glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -3727,12 +3899,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_GLIBC_BLEEDING_EDGE
|
|
|
- bool "riscv64-lp64d glibc bleeding-edge 2023.08-1"
|
|
|
+ bool "riscv64-lp64d glibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -3754,7 +3927,7 @@ 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.08-1"
|
|
|
+ bool "riscv64-lp64d glibc stable 2023.11-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_64
|
|
@@ -3782,12 +3955,13 @@ 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 2023.08-1"
|
|
|
+ bool "riscv64-lp64d musl bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -3809,7 +3983,7 @@ 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.08-1"
|
|
|
+ bool "riscv64-lp64d musl stable 2023.11-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_64
|
|
@@ -3837,12 +4011,13 @@ 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 2023.08-1"
|
|
|
+ bool "riscv64-lp64d uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -3865,7 +4040,7 @@ 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.08-1"
|
|
|
+ bool "riscv64-lp64d uclibc stable 2023.11-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_64
|
|
@@ -3894,9 +4069,10 @@ 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 2023.08-1"
|
|
|
+ bool "s390x-z13 glibc bleeding-edge 2023.11-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_5_10
|
|
@@ -3919,7 +4095,7 @@ 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 2023.08-1"
|
|
|
+ bool "s390x-z13 glibc stable 2023.11-1"
|
|
|
depends on BR2_s390x
|
|
|
depends on BR2_s390x_z13
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3945,9 +4121,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_S390X_Z13_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_BLEEDING_EDGE
|
|
|
- bool "sh-sh4 glibc bleeding-edge 2023.08-1"
|
|
|
+ bool "sh-sh4 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
+ 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_10
|
|
@@ -3970,7 +4147,7 @@ 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 2023.08-1"
|
|
|
+ bool "sh-sh4 glibc stable 2023.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -3996,9 +4173,10 @@ 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 2023.08-1"
|
|
|
+ bool "sh-sh4 musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
+ 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_10
|
|
@@ -4021,7 +4199,7 @@ 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 2023.08-1"
|
|
|
+ bool "sh-sh4 musl stable 2023.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -4046,9 +4224,10 @@ 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 2023.08-1"
|
|
|
+ bool "sh-sh4 uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -4071,7 +4250,7 @@ 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 2023.08-1"
|
|
|
+ bool "sh-sh4 uclibc stable 2023.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -4097,9 +4276,10 @@ 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 2023.08-1"
|
|
|
+ bool "sh-sh4aeb glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
+ 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_10
|
|
@@ -4122,7 +4302,7 @@ 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 2023.08-1"
|
|
|
+ bool "sh-sh4aeb glibc stable 2023.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -4148,9 +4328,10 @@ 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 2023.08-1"
|
|
|
+ bool "sh-sh4aeb musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
+ 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_10
|
|
@@ -4173,7 +4354,7 @@ 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 2023.08-1"
|
|
|
+ bool "sh-sh4aeb musl stable 2023.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -4198,9 +4379,10 @@ 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 2023.08-1"
|
|
|
+ bool "sparc64 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_sparc64
|
|
|
depends on BR2_sparc_v9
|
|
|
+ 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_10
|
|
@@ -4223,7 +4405,7 @@ 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 2023.08-1"
|
|
|
+ bool "sparc64 glibc stable 2023.11-1"
|
|
|
depends on BR2_sparc64
|
|
|
depends on BR2_sparc_v9
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
|
@@ -4301,11 +4483,12 @@ 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 2023.08-1"
|
|
|
+ bool "x86-64 glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -4328,7 +4511,7 @@ 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 2023.08-1"
|
|
|
+ bool "x86-64 glibc stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4356,11 +4539,12 @@ 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 2023.08-1"
|
|
|
+ bool "x86-64 musl bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -4383,7 +4567,7 @@ 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 2023.08-1"
|
|
|
+ bool "x86-64 musl stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4410,11 +4594,12 @@ 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 2023.08-1"
|
|
|
+ bool "x86-64 uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -4437,7 +4622,7 @@ 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 2023.08-1"
|
|
|
+ bool "x86-64 uclibc stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4465,7 +4650,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 2023.08-1"
|
|
|
+ bool "x86-64-v2 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4474,6 +4659,7 @@ 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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -4496,7 +4682,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 2023.08-1"
|
|
|
+ bool "x86-64-v2 glibc stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4528,7 +4714,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 2023.08-1"
|
|
|
+ bool "x86-64-v2 musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4537,6 +4723,7 @@ 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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -4559,7 +4746,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 2023.08-1"
|
|
|
+ bool "x86-64-v2 musl stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4590,7 +4777,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 2023.08-1"
|
|
|
+ bool "x86-64-v2 uclibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4599,6 +4786,7 @@ 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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -4621,7 +4809,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 2023.08-1"
|
|
|
+ bool "x86-64-v2 uclibc stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4653,7 +4841,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 2023.08-1"
|
|
|
+ bool "x86-64-v3 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4664,6 +4852,7 @@ 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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -4686,7 +4875,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 2023.08-1"
|
|
|
+ bool "x86-64-v3 glibc stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4720,7 +4909,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 2023.08-1"
|
|
|
+ bool "x86-64-v3 musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4731,6 +4920,7 @@ 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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -4753,7 +4943,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 2023.08-1"
|
|
|
+ bool "x86-64-v3 musl stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4786,7 +4976,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 2023.08-1"
|
|
|
+ bool "x86-64-v3 uclibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4797,6 +4987,7 @@ 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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -4819,7 +5010,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 2023.08-1"
|
|
|
+ bool "x86-64-v3 uclibc stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4853,7 +5044,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 2023.08-1"
|
|
|
+ bool "x86-64-v4 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4865,6 +5056,7 @@ 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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -4887,7 +5079,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 2023.08-1"
|
|
|
+ bool "x86-64-v4 glibc stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4922,7 +5114,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 2023.08-1"
|
|
|
+ bool "x86-64-v4 musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4934,6 +5126,7 @@ 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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -4956,7 +5149,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 2023.08-1"
|
|
|
+ bool "x86-64-v4 musl stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4990,7 +5183,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 2023.08-1"
|
|
|
+ bool "x86-64-v4 uclibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5002,6 +5195,7 @@ 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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -5024,7 +5218,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 2023.08-1"
|
|
|
+ bool "x86-64-v4 uclibc stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5059,7 +5253,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 2023.08-1"
|
|
|
+ bool "x86-64-core-i7 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5068,6 +5262,7 @@ 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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -5090,7 +5285,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 2023.08-1"
|
|
|
+ bool "x86-64-core-i7 glibc stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5122,7 +5317,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 2023.08-1"
|
|
|
+ bool "x86-64-core-i7 musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5131,6 +5326,7 @@ 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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -5153,7 +5349,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 2023.08-1"
|
|
|
+ bool "x86-64-core-i7 musl stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5185,7 +5381,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 2023.08-1"
|
|
|
+ bool "x86-64-core-i7 uclibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5194,6 +5390,7 @@ 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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -5216,7 +5413,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 2023.08-1"
|
|
|
+ bool "x86-64-core-i7 uclibc stable 2023.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5248,13 +5445,14 @@ 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 2023.08-1"
|
|
|
+ bool "x86-core2 glibc bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -5277,7 +5475,7 @@ 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 2023.08-1"
|
|
|
+ bool "x86-core2 glibc stable 2023.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5307,13 +5505,14 @@ 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 2023.08-1"
|
|
|
+ bool "x86-core2 musl bleeding-edge 2023.11-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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -5335,7 +5534,7 @@ 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 2023.08-1"
|
|
|
+ bool "x86-core2 musl stable 2023.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5363,13 +5562,14 @@ 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 2023.08-1"
|
|
|
+ bool "x86-core2 uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -5392,7 +5592,7 @@ 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 2023.08-1"
|
|
|
+ bool "x86-core2 uclibc stable 2023.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5422,7 +5622,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 2023.08-1"
|
|
|
+ bool "x86-i686 glibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5432,6 +5632,7 @@ 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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -5454,7 +5655,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 2023.08-1"
|
|
|
+ bool "x86-i686 glibc stable 2023.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5487,7 +5688,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 2023.08-1"
|
|
|
+ bool "x86-i686 musl bleeding-edge 2023.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5497,6 +5698,7 @@ 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_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
@@ -5518,7 +5720,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 2023.08-1"
|
|
|
+ bool "x86-i686 musl stable 2023.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5549,7 +5751,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 2023.08-1"
|
|
|
+ bool "x86-i686 uclibc bleeding-edge 2023.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5559,6 +5761,7 @@ 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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -5581,7 +5784,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 2023.08-1"
|
|
|
+ bool "x86-i686 uclibc stable 2023.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5614,10 +5817,11 @@ 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 2023.08-1"
|
|
|
+ bool "xtensa-lx60 uclibc bleeding-edge 2023.11-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
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
@@ -5640,7 +5844,7 @@ 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 2023.08-1"
|
|
|
+ bool "xtensa-lx60 uclibc stable 2023.11-1"
|
|
|
depends on BR2_xtensa
|
|
|
depends on BR2_XTENSA_CUSTOM
|
|
|
depends on BR2_XTENSA_LITTLE_ENDIAN
|