|
@@ -32,7 +32,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCH_SUPPORTS
|
|
|
default y if BR2_powerpc64 && BR2_powerpc_power8
|
|
|
default y if BR2_powerpc64le && BR2_powerpc_power8
|
|
|
default y if BR2_riscv && BR2_riscv_g && BR2_RISCV_32 && BR2_RISCV_ABI_ILP32D
|
|
|
- default y if BR2_riscv && BR2_riscv_g && BR2_RISCV_64 && BR2_RISCV_ABI_LP64
|
|
|
+ default y if BR2_riscv && BR2_riscv_g && BR2_RISCV_64 && BR2_RISCV_ABI_LP64D
|
|
|
default y if BR2_sh && BR2_sh4
|
|
|
default y if BR2_sh && BR2_sh4aeb
|
|
|
default y if BR2_sparc64 && BR2_sparc_v9
|
|
@@ -53,11 +53,11 @@ config BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL
|
|
|
choice
|
|
|
prompt "Bootlin toolchain variant"
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_BLEEDING_EDGE
|
|
|
- bool "aarch64 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "aarch64 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -68,7 +68,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the aarch64 architecture, using the
|
|
|
glibc C library. This is a bleeding-edge version, which
|
|
@@ -78,11 +77,11 @@ 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 2020.08-1"
|
|
|
+ bool "aarch64 glibc stable 2021.11-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -93,7 +92,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the aarch64 architecture, using the
|
|
|
glibc C library. This is a stable version, which means it
|
|
@@ -103,10 +101,10 @@ 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 2020.08-1"
|
|
|
+ bool "aarch64 musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -126,10 +124,10 @@ 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 2020.08-1"
|
|
|
+ bool "aarch64 musl stable 2021.11-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -148,9 +146,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 2020.08-1"
|
|
|
+ bool "aarch64 uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_aarch64
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -171,9 +169,9 @@ 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 2020.08-1"
|
|
|
+ bool "aarch64 uclibc stable 2021.11-1"
|
|
|
depends on BR2_aarch64
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -194,11 +192,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_BLEEDING_EDGE
|
|
|
- bool "aarch64be glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "aarch64be glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -209,7 +207,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the aarch64be architecture, using the
|
|
|
glibc C library. This is a bleeding-edge version, which
|
|
@@ -219,11 +216,11 @@ 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 2020.08-1"
|
|
|
+ bool "aarch64be glibc stable 2021.11-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -234,7 +231,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the aarch64be architecture, using the
|
|
|
glibc C library. This is a stable version, which means it
|
|
@@ -244,9 +240,9 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "aarch64be uclibc bleeding-edge 2020.08-1"
|
|
|
+ bool "aarch64be uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -267,9 +263,9 @@ 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 2020.08-1"
|
|
|
+ bool "aarch64be uclibc stable 2021.11-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -290,10 +286,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 2020.08-1"
|
|
|
+ bool "arcle-750d uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_arc750d
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -314,10 +310,10 @@ 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 2020.08-1"
|
|
|
+ bool "arcle-750d uclibc stable 2021.11-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_arc750d
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -338,12 +334,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_BLEEDING_EDGE
|
|
|
- bool "arcle-hs38 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "arcle-hs38 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -354,7 +350,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the arcle-hs38 architecture, using
|
|
|
the glibc C library. This is a bleeding-edge version, which
|
|
@@ -364,13 +359,13 @@ 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 2020.08-1"
|
|
|
+ bool "arcle-hs38 glibc stable 2021.11-3"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
@@ -380,7 +375,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the arcle-hs38 architecture, using
|
|
|
the glibc C library. This is a stable version, which means
|
|
@@ -390,10 +384,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 2020.08-1"
|
|
|
+ bool "arcle-hs38 uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -414,10 +408,10 @@ 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 2020.08-1"
|
|
|
+ bool "arcle-hs38 uclibc stable 2021.11-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -438,12 +432,12 @@ 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 2020.08-1"
|
|
|
+ bool "armv5-eabi glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -454,7 +448,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the armv5-eabi architecture, using
|
|
|
the glibc C library. This is a bleeding-edge version, which
|
|
@@ -464,12 +457,12 @@ 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 2020.08-1"
|
|
|
+ bool "armv5-eabi glibc stable 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -480,7 +473,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the armv5-eabi architecture, using
|
|
|
the glibc C library. This is a stable version, which means
|
|
@@ -490,11 +482,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 2020.08-1"
|
|
|
+ bool "armv5-eabi musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -514,11 +506,11 @@ 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 2020.08-1"
|
|
|
+ bool "armv5-eabi musl stable 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -538,10 +530,10 @@ 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 2020.08-1"
|
|
|
+ bool "armv5-eabi uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -562,10 +554,10 @@ 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 2020.08-1"
|
|
|
+ bool "armv5-eabi uclibc stable 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -586,12 +578,12 @@ 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 2020.08-1"
|
|
|
+ bool "armv6-eabihf glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -602,7 +594,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the armv6-eabihf architecture, using
|
|
|
the glibc C library. This is a bleeding-edge version, which
|
|
@@ -612,12 +603,12 @@ 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 2020.08-1"
|
|
|
+ bool "armv6-eabihf glibc stable 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -628,7 +619,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the armv6-eabihf architecture, using
|
|
|
the glibc C library. This is a stable version, which means
|
|
@@ -638,11 +628,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 2020.08-1"
|
|
|
+ bool "armv6-eabihf musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -662,11 +652,11 @@ 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 2020.08-1"
|
|
|
+ bool "armv6-eabihf musl stable 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -686,10 +676,10 @@ 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 2020.08-1"
|
|
|
+ bool "armv6-eabihf uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -710,10 +700,10 @@ 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 2020.08-1"
|
|
|
+ bool "armv6-eabihf uclibc stable 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -734,12 +724,12 @@ 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 2020.08-1"
|
|
|
+ bool "armv7-eabihf glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -750,7 +740,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the armv7-eabihf architecture, using
|
|
|
the glibc C library. This is a bleeding-edge version, which
|
|
@@ -760,12 +749,12 @@ 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 2020.08-1"
|
|
|
+ bool "armv7-eabihf glibc stable 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -776,7 +765,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the armv7-eabihf architecture, using
|
|
|
the glibc C library. This is a stable version, which means
|
|
@@ -786,11 +774,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 2020.08-1"
|
|
|
+ bool "armv7-eabihf musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -810,11 +798,11 @@ 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 2020.08-1"
|
|
|
+ bool "armv7-eabihf musl stable 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -834,10 +822,10 @@ 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 2020.08-1"
|
|
|
+ bool "armv7-eabihf uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -858,10 +846,10 @@ 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 2020.08-1"
|
|
|
+ bool "armv7-eabihf uclibc stable 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -882,9 +870,9 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armv7m uclibc bleeding-edge 2020.08-1"
|
|
|
+ bool "armv7m uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7M
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -903,9 +891,9 @@ 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 2020.08-1"
|
|
|
+ bool "armv7m uclibc stable 2021.11-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7M
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -924,9 +912,9 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "m68k-68xxx uclibc bleeding-edge 2020.08-1"
|
|
|
+ bool "m68k-68xxx uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -947,9 +935,9 @@ 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 2020.08-1"
|
|
|
+ bool "m68k-68xxx uclibc stable 2021.11-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -970,9 +958,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 2020.08-1"
|
|
|
+ bool "m68k-coldfire uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_m68k_cf
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -991,9 +979,9 @@ 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 2020.08-1"
|
|
|
+ bool "m68k-coldfire uclibc stable 2021.11-1"
|
|
|
depends on BR2_m68k_cf
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1012,11 +1000,11 @@ 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 2020.08-1"
|
|
|
+ bool "microblazebe glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1026,7 +1014,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the microblazebe architecture, using
|
|
|
the glibc C library. This is a bleeding-edge version, which
|
|
@@ -1036,11 +1023,11 @@ 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 2020.08-1"
|
|
|
+ bool "microblazebe glibc stable 2021.11-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1050,7 +1037,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the microblazebe architecture, using
|
|
|
the glibc C library. This is a stable version, which means
|
|
@@ -1060,10 +1046,10 @@ 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 2020.08-1"
|
|
|
+ bool "microblazebe musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1082,10 +1068,10 @@ 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 2020.08-1"
|
|
|
+ bool "microblazebe musl stable 2021.11-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1104,9 +1090,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 2020.08-1"
|
|
|
+ bool "microblazebe uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_microblazebe
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1127,9 +1113,9 @@ 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 2020.08-1"
|
|
|
+ bool "microblazebe uclibc stable 2021.11-1"
|
|
|
depends on BR2_microblazebe
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1150,11 +1136,11 @@ 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 2020.08-1"
|
|
|
+ bool "microblazeel glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1164,7 +1150,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the microblazeel architecture, using
|
|
|
the glibc C library. This is a bleeding-edge version, which
|
|
@@ -1174,11 +1159,11 @@ 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 2020.08-1"
|
|
|
+ bool "microblazeel glibc stable 2021.11-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1188,7 +1173,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the microblazeel architecture, using
|
|
|
the glibc C library. This is a stable version, which means
|
|
@@ -1198,10 +1182,10 @@ 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 2020.08-1"
|
|
|
+ bool "microblazeel musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1220,10 +1204,10 @@ 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 2020.08-1"
|
|
|
+ bool "microblazeel musl stable 2021.11-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1242,9 +1226,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 2020.08-1"
|
|
|
+ bool "microblazeel uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_microblazeel
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1265,9 +1249,9 @@ 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 2020.08-1"
|
|
|
+ bool "microblazeel uclibc stable 2021.11-1"
|
|
|
depends on BR2_microblazeel
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1288,13 +1272,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "mips32 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1305,7 +1289,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips32 architecture, using the
|
|
|
glibc C library. This is a bleeding-edge version, which
|
|
@@ -1315,13 +1298,13 @@ 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 2020.08-1"
|
|
|
+ bool "mips32 glibc stable 2021.11-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1332,7 +1315,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips32 architecture, using the
|
|
|
glibc C library. This is a stable version, which means it
|
|
@@ -1342,12 +1324,12 @@ 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 2020.08-1"
|
|
|
+ bool "mips32 musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1367,12 +1349,12 @@ 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 2020.08-1"
|
|
|
+ bool "mips32 musl stable 2021.11-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1391,11 +1373,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 2020.08-1"
|
|
|
+ bool "mips32 uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1416,11 +1398,11 @@ 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 2020.08-1"
|
|
|
+ bool "mips32 uclibc stable 2021.11-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1441,13 +1423,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32el glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "mips32el glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1458,7 +1440,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips32el architecture, using the
|
|
|
glibc C library. This is a bleeding-edge version, which
|
|
@@ -1468,13 +1449,13 @@ 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 2020.08-1"
|
|
|
+ bool "mips32el glibc stable 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1485,7 +1466,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips32el architecture, using the
|
|
|
glibc C library. This is a stable version, which means it
|
|
@@ -1495,12 +1475,12 @@ 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 2020.08-1"
|
|
|
+ bool "mips32el musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1520,12 +1500,12 @@ 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 2020.08-1"
|
|
|
+ bool "mips32el musl stable 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1544,11 +1524,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 2020.08-1"
|
|
|
+ bool "mips32el uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1569,11 +1549,11 @@ 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 2020.08-1"
|
|
|
+ bool "mips32el uclibc stable 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1594,13 +1574,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32r5el glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "mips32r5el glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1611,7 +1591,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips32r5el architecture, using
|
|
|
the glibc C library. This is a bleeding-edge version, which
|
|
@@ -1621,13 +1600,13 @@ 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 2020.08-1"
|
|
|
+ bool "mips32r5el glibc stable 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1638,7 +1617,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips32r5el architecture, using
|
|
|
the glibc C library. This is a stable version, which means
|
|
@@ -1648,12 +1626,12 @@ 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 2020.08-1"
|
|
|
+ bool "mips32r5el musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1673,12 +1651,12 @@ 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 2020.08-1"
|
|
|
+ bool "mips32r5el musl stable 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1698,11 +1676,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 2020.08-1"
|
|
|
+ bool "mips32r5el uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1723,11 +1701,11 @@ 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 2020.08-1"
|
|
|
+ bool "mips32r5el uclibc stable 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1748,13 +1726,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32r6el glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "mips32r6el glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1765,7 +1743,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips32r6el architecture, using
|
|
|
the glibc C library. This is a bleeding-edge version, which
|
|
@@ -1775,13 +1752,13 @@ 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 2020.08-1"
|
|
|
+ bool "mips32r6el glibc stable 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1792,7 +1769,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips32r6el architecture, using
|
|
|
the glibc C library. This is a stable version, which means
|
|
@@ -1802,12 +1778,12 @@ 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 2020.08-1"
|
|
|
+ bool "mips32r6el musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1827,12 +1803,12 @@ 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 2020.08-1"
|
|
|
+ bool "mips32r6el musl stable 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1852,11 +1828,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 2020.08-1"
|
|
|
+ bool "mips32r6el uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1877,11 +1853,11 @@ 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 2020.08-1"
|
|
|
+ bool "mips32r6el uclibc stable 2021.11-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -1902,14 +1878,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64-n32 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "mips64-n32 glibc bleeding-edge 2021.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_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1920,7 +1896,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips64-n32 architecture, using
|
|
|
the glibc C library. This is a bleeding-edge version, which
|
|
@@ -1930,14 +1905,14 @@ 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 2020.08-1"
|
|
|
+ bool "mips64-n32 glibc stable 2021.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_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1948,7 +1923,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips64-n32 architecture, using
|
|
|
the glibc C library. This is a stable version, which means
|
|
@@ -1958,13 +1932,13 @@ 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 2020.08-1"
|
|
|
+ bool "mips64-n32 musl bleeding-edge 2021.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_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -1984,13 +1958,13 @@ 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 2020.08-1"
|
|
|
+ bool "mips64-n32 musl stable 2021.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_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2010,12 +1984,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 2020.08-1"
|
|
|
+ bool "mips64-n32 uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mips64
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2036,12 +2010,12 @@ 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 2020.08-1"
|
|
|
+ bool "mips64-n32 uclibc stable 2021.11-1"
|
|
|
depends on BR2_mips64
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2062,14 +2036,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64el-n32 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "mips64el-n32 glibc bleeding-edge 2021.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_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2080,7 +2054,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips64el-n32 architecture, using
|
|
|
the glibc C library. This is a bleeding-edge version, which
|
|
@@ -2090,14 +2063,14 @@ 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 2020.08-1"
|
|
|
+ bool "mips64el-n32 glibc stable 2021.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_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2108,7 +2081,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips64el-n32 architecture, using
|
|
|
the glibc C library. This is a stable version, which means
|
|
@@ -2118,13 +2090,13 @@ 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 2020.08-1"
|
|
|
+ bool "mips64el-n32 musl bleeding-edge 2021.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_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2144,13 +2116,13 @@ 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 2020.08-1"
|
|
|
+ bool "mips64el-n32 musl stable 2021.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_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2170,12 +2142,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 2020.08-1"
|
|
|
+ bool "mips64el-n32 uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2196,12 +2168,12 @@ 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 2020.08-1"
|
|
|
+ bool "mips64el-n32 uclibc stable 2021.11-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2222,14 +2194,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64r6el-n32 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "mips64r6el-n32 glibc bleeding-edge 2021.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_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2240,7 +2212,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips64r6el-n32 architecture,
|
|
|
using the glibc C library. This is a bleeding-edge version,
|
|
@@ -2250,14 +2221,14 @@ 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 2020.08-1"
|
|
|
+ bool "mips64r6el-n32 glibc stable 2021.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_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2268,7 +2239,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the mips64r6el-n32 architecture,
|
|
|
using the glibc C library. This is a stable version, which
|
|
@@ -2278,13 +2248,13 @@ 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 2020.08-1"
|
|
|
+ bool "mips64r6el-n32 musl bleeding-edge 2021.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_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2304,13 +2274,13 @@ 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 2020.08-1"
|
|
|
+ bool "mips64r6el-n32 musl stable 2021.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_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2330,12 +2300,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 2020.08-1"
|
|
|
+ bool "mips64r6el-n32 uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64r6
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2356,12 +2326,12 @@ 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 2020.08-1"
|
|
|
+ bool "mips64r6el-n32 uclibc stable 2021.11-1"
|
|
|
depends on BR2_mips64el
|
|
|
depends on BR2_mips_64r6
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2382,11 +2352,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_BLEEDING_EDGE
|
|
|
- bool "nios2 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "nios2 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_nios2
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2397,7 +2367,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the nios2 architecture, using the
|
|
|
glibc C library. This is a bleeding-edge version, which
|
|
@@ -2407,11 +2376,11 @@ 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 2020.08-1"
|
|
|
+ bool "nios2 glibc stable 2021.11-1"
|
|
|
depends on BR2_nios2
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2422,7 +2391,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the nios2 architecture, using the
|
|
|
glibc C library. This is a stable version, which means it
|
|
@@ -2432,10 +2400,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_MUSL_BLEEDING_EDGE
|
|
|
- bool "openrisc musl bleeding-edge 2020.08-1"
|
|
|
+ bool "openrisc musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_or1k
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2455,10 +2423,10 @@ 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 2020.08-1"
|
|
|
+ bool "openrisc musl stable 2021.11-1"
|
|
|
depends on BR2_or1k
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2477,9 +2445,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 2020.08-1"
|
|
|
+ bool "openrisc uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_or1k
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2500,9 +2468,9 @@ 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 2020.08-1"
|
|
|
+ bool "openrisc uclibc stable 2021.11-1"
|
|
|
depends on BR2_or1k
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2523,12 +2491,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-440fp glibc bleeding-edge 2020.08-2"
|
|
|
+ bool "powerpc-440fp glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2538,7 +2506,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc-440fp architecture, using
|
|
@@ -2549,12 +2516,12 @@ 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 2020.08-2"
|
|
|
+ bool "powerpc-440fp glibc stable 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2564,7 +2531,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc-440fp architecture, using
|
|
@@ -2575,11 +2541,11 @@ 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 2020.08-2"
|
|
|
+ bool "powerpc-440fp musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2598,11 +2564,11 @@ 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 2020.08-2"
|
|
|
+ bool "powerpc-440fp musl stable 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2621,10 +2587,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 2020.08-2"
|
|
|
+ bool "powerpc-440fp uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2645,10 +2611,10 @@ 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 2020.08-2"
|
|
|
+ bool "powerpc-440fp uclibc stable 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2669,12 +2635,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-e300c3 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "powerpc-e300c3 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2685,7 +2651,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc-e300c3 architecture,
|
|
|
using the glibc C library. This is a bleeding-edge version,
|
|
@@ -2695,12 +2660,12 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc-e300c3 glibc stable 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2711,7 +2676,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc-e300c3 architecture,
|
|
|
using the glibc C library. This is a stable version, which
|
|
@@ -2721,11 +2685,11 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc-e300c3 musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2744,11 +2708,11 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc-e300c3 musl stable 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2767,10 +2731,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 2020.08-1"
|
|
|
+ bool "powerpc-e300c3 uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2791,10 +2755,10 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc-e300c3 uclibc stable 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2815,12 +2779,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-e500mc glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "powerpc-e500mc glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2831,7 +2795,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc-e500mc architecture,
|
|
|
using the glibc C library. This is a bleeding-edge version,
|
|
@@ -2841,12 +2804,12 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc-e500mc glibc stable 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2857,7 +2820,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc-e500mc architecture,
|
|
|
using the glibc C library. This is a stable version, which
|
|
@@ -2867,11 +2829,11 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc-e500mc musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2890,11 +2852,11 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc-e500mc musl stable 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2913,10 +2875,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 2020.08-1"
|
|
|
+ bool "powerpc-e500mc uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2937,10 +2899,10 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc-e500mc uclibc stable 2021.11-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -2961,12 +2923,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc64-e5500 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "powerpc64-e5500 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e5500
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2977,7 +2939,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc64-e5500 architecture,
|
|
|
using the glibc C library. This is a bleeding-edge version,
|
|
@@ -2987,12 +2948,12 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc64-e5500 glibc stable 2021.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e5500
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3003,7 +2964,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc64-e5500 architecture,
|
|
|
using the glibc C library. This is a stable version, which
|
|
@@ -3013,12 +2973,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc64-e6500 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "powerpc64-e6500 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3029,7 +2989,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc64-e6500 architecture,
|
|
|
using the glibc C library. This is a bleeding-edge version,
|
|
@@ -3039,12 +2998,12 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc64-e6500 glibc stable 2021.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3055,7 +3014,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc64-e6500 architecture,
|
|
|
using the glibc C library. This is a stable version, which
|
|
@@ -3065,11 +3023,11 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc64-e6500 musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3089,11 +3047,11 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc64-e6500 musl stable 2021.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3113,12 +3071,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc64-power8 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "powerpc64-power8 glibc bleeding-edge 2021.11-2"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3129,7 +3087,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc64-power8 architecture,
|
|
|
using the glibc C library. This is a bleeding-edge version,
|
|
@@ -3139,12 +3096,12 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc64-power8 glibc stable 2021.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3155,7 +3112,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc64-power8 architecture,
|
|
|
using the glibc C library. This is a stable version, which
|
|
@@ -3165,11 +3121,11 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc64-power8 musl bleeding-edge 2021.11-2"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3189,11 +3145,11 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc64-power8 musl stable 2021.11-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3213,12 +3169,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc64le-power8 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "powerpc64le-power8 glibc bleeding-edge 2021.11-2"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3229,7 +3185,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc64le-power8 architecture,
|
|
|
using the glibc C library. This is a bleeding-edge version,
|
|
@@ -3239,12 +3194,12 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc64le-power8 glibc stable 2021.11-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3255,7 +3210,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the powerpc64le-power8 architecture,
|
|
|
using the glibc C library. This is a stable version, which
|
|
@@ -3265,11 +3219,11 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc64le-power8 musl bleeding-edge 2021.11-2"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3289,11 +3243,11 @@ 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 2020.08-1"
|
|
|
+ bool "powerpc64le-power8 musl stable 2021.11-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3313,14 +3267,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_GLIBC_BLEEDING_EDGE
|
|
|
- bool "riscv32-ilp32d glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "riscv32-ilp32d glibc bleeding-edge 2021.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_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3339,15 +3293,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_GLIBC_BLEEDING_EDGE
|
|
|
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
-config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_GLIBC_BLEEDING_EDGE
|
|
|
- bool "riscv64 glibc bleeding-edge 2020.08-1"
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_GLIBC_BLEEDING_EDGE
|
|
|
+ bool "riscv64-lp64d glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_64
|
|
|
- depends on BR2_RISCV_ABI_LP64
|
|
|
+ depends on BR2_RISCV_ABI_LP64D
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3358,22 +3312,22 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
- Bootlin toolchain for the riscv64 architecture, using the
|
|
|
- glibc C library. This is a bleeding-edge version, which
|
|
|
+ Bootlin toolchain for the riscv64-lp64d 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_RISCV64_MUSL_BLEEDING_EDGE
|
|
|
- bool "riscv64 musl bleeding-edge 2020.08-1"
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_GLIBC_STABLE
|
|
|
+ bool "riscv64-lp64d glibc stable 2021.11-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_64
|
|
|
- depends on BR2_RISCV_ABI_LP64
|
|
|
+ depends on BR2_RISCV_ABI_LP64D
|
|
|
depends on BR2_USE_MMU
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -3384,22 +3338,126 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_MUSL_BLEEDING_EDGE
|
|
|
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 riscv64-lp64d 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_RISCV64_LP64D_MUSL_BLEEDING_EDGE
|
|
|
+ bool "riscv64-lp64d musl bleeding-edge 2021.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
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
|
|
help
|
|
|
- Bootlin toolchain for the riscv64 architecture, using the
|
|
|
- musl C library. This is a bleeding-edge version, which
|
|
|
+ Bootlin toolchain for the riscv64-lp64d 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_RISCV64_LP64D_MUSL_STABLE
|
|
|
+ bool "riscv64-lp64d musl stable 2021.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
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the riscv64-lp64d 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_RISCV64_LP64D_UCLIBC_BLEEDING_EDGE
|
|
|
+ bool "riscv64-lp64d uclibc bleeding-edge 2021.11-1"
|
|
|
+ depends on BR2_riscv
|
|
|
+ depends on BR2_riscv_g
|
|
|
+ depends on BR2_RISCV_64
|
|
|
+ depends on BR2_RISCV_ABI_LP64D
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_USE_WCHAR
|
|
|
+ select BR2_ENABLE_LOCALE
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the riscv64-lp64d architecture, using
|
|
|
+ the uclibc C library. This is a bleeding-edge version,
|
|
|
+ which means it is using the latest versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_UCLIBC_STABLE
|
|
|
+ bool "riscv64-lp64d uclibc stable 2021.11-1"
|
|
|
+ depends on BR2_riscv
|
|
|
+ depends on BR2_riscv_g
|
|
|
+ depends on BR2_RISCV_64
|
|
|
+ depends on BR2_RISCV_ABI_LP64D
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_USE_WCHAR
|
|
|
+ select BR2_ENABLE_LOCALE
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the riscv64-lp64d architecture, using
|
|
|
+ the uclibc C library. This is a stable version, which means
|
|
|
+ it is using stable and proven versions of gcc, gdb and
|
|
|
+ binutils.
|
|
|
+
|
|
|
+ https://toolchains.bootlin.com/
|
|
|
+
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_BLEEDING_EDGE
|
|
|
- bool "sh-sh4 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "sh-sh4 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3410,7 +3468,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the sh-sh4 architecture, using the
|
|
|
glibc C library. This is a bleeding-edge version, which
|
|
@@ -3420,12 +3477,12 @@ 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 2020.08-1"
|
|
|
+ bool "sh-sh4 glibc stable 2021.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3436,7 +3493,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the sh-sh4 architecture, using the
|
|
|
glibc C library. This is a stable version, which means it
|
|
@@ -3446,11 +3502,11 @@ 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 2020.08-1"
|
|
|
+ bool "sh-sh4 musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3470,11 +3526,11 @@ 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 2020.08-1"
|
|
|
+ bool "sh-sh4 musl stable 2021.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3493,10 +3549,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 2020.08-1"
|
|
|
+ bool "sh-sh4 uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -3517,10 +3573,10 @@ 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 2020.08-1"
|
|
|
+ bool "sh-sh4 uclibc stable 2021.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -3541,12 +3597,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_BLEEDING_EDGE
|
|
|
- bool "sh-sh4aeb glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "sh-sh4aeb glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3557,7 +3613,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the sh-sh4aeb architecture, using the
|
|
|
glibc C library. This is a bleeding-edge version, which
|
|
@@ -3567,12 +3622,12 @@ 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 2020.08-1"
|
|
|
+ bool "sh-sh4aeb glibc stable 2021.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3583,7 +3638,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the sh-sh4aeb architecture, using the
|
|
|
glibc C library. This is a stable version, which means it
|
|
@@ -3593,11 +3647,11 @@ 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 2020.08-1"
|
|
|
+ bool "sh-sh4aeb musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3617,11 +3671,11 @@ 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 2020.08-1"
|
|
|
+ bool "sh-sh4aeb musl stable 2021.11-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3640,12 +3694,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_BLEEDING_EDGE
|
|
|
- bool "sparc64 glibc bleeding-edge 2020.08-1"
|
|
|
+ bool "sparc64 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_sparc64
|
|
|
depends on BR2_sparc_v9
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3656,7 +3710,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the sparc64 architecture, using the
|
|
|
glibc C library. This is a bleeding-edge version, which
|
|
@@ -3666,12 +3719,12 @@ 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 2020.08-1"
|
|
|
+ bool "sparc64 glibc stable 2021.11-1"
|
|
|
depends on BR2_sparc64
|
|
|
depends on BR2_sparc_v9
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3682,7 +3735,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the sparc64 architecture, using the
|
|
|
glibc C library. This is a stable version, which means it
|
|
@@ -3692,7 +3744,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "sparcv8 uclibc bleeding-edge 2020.08-1"
|
|
|
+ bool "sparcv8 uclibc bleeding-edge 2021.11-3"
|
|
|
depends on BR2_sparc
|
|
|
depends on BR2_sparc_v8
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
@@ -3716,10 +3768,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_STABLE
|
|
|
- bool "sparcv8 uclibc stable 2020.08-1"
|
|
|
+ bool "sparcv8 uclibc stable 2021.11-1"
|
|
|
depends on BR2_sparc
|
|
|
depends on BR2_sparc_v8
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -3740,7 +3792,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_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 2020.08-1"
|
|
|
+ bool "x86-64-core-i7 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3751,7 +3803,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3762,7 +3814,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the x86-64-core-i7 architecture,
|
|
|
using the glibc C library. This is a bleeding-edge version,
|
|
@@ -3772,7 +3823,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 2020.08-1"
|
|
|
+ bool "x86-64-core-i7 glibc stable 2021.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3783,7 +3834,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3794,7 +3845,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the x86-64-core-i7 architecture,
|
|
|
using the glibc C library. This is a stable version, which
|
|
@@ -3804,7 +3854,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 2020.08-1"
|
|
|
+ bool "x86-64-core-i7 musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3814,7 +3864,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3834,7 +3884,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 2020.08-1"
|
|
|
+ bool "x86-64-core-i7 musl stable 2021.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3844,7 +3894,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3864,7 +3914,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 2020.08-1"
|
|
|
+ bool "x86-64-core-i7 uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3873,7 +3923,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
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -3894,7 +3944,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 2020.08-1"
|
|
|
+ bool "x86-64-core-i7 uclibc stable 2021.11-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3903,7 +3953,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -3924,7 +3974,7 @@ 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 2020.08-1"
|
|
|
+ bool "x86-core2 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3933,7 +3983,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3944,7 +3994,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the x86-core2 architecture, using the
|
|
|
glibc C library. This is a bleeding-edge version, which
|
|
@@ -3954,7 +4003,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 2020.08-1"
|
|
|
+ bool "x86-core2 glibc stable 2021.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3963,7 +4012,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3974,7 +4023,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the x86-core2 architecture, using the
|
|
|
glibc C library. This is a stable version, which means it
|
|
@@ -3984,7 +4032,7 @@ 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 2020.08-1"
|
|
|
+ bool "x86-core2 musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3992,7 +4040,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4011,7 +4059,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 2020.08-1"
|
|
|
+ bool "x86-core2 musl stable 2021.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4019,7 +4067,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4037,14 +4085,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 2020.08-1"
|
|
|
+ bool "x86-core2 uclibc bleeding-edge 2021.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
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -4065,14 +4113,14 @@ 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 2020.08-1"
|
|
|
+ bool "x86-core2 uclibc stable 2021.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
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -4093,14 +4141,14 @@ 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 2020.08-1"
|
|
|
+ bool "x86-i686 glibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
|
depends on !BR2_x86_x1000
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4111,7 +4159,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_BLEEDING_EDGE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the x86-i686 architecture, using the
|
|
|
glibc C library. This is a bleeding-edge version, which
|
|
@@ -4121,14 +4168,14 @@ 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 2020.08-1"
|
|
|
+ bool "x86-i686 glibc stable 2021.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
|
depends on !BR2_x86_x1000
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4139,7 +4186,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_STABLE
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
Bootlin toolchain for the x86-i686 architecture, using the
|
|
|
glibc C library. This is a stable version, which means it
|
|
@@ -4149,13 +4195,13 @@ 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 2020.08-1"
|
|
|
+ bool "x86-i686 musl bleeding-edge 2021.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
|
depends on !BR2_x86_x1000
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4174,13 +4220,13 @@ 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 2020.08-1"
|
|
|
+ bool "x86-i686 musl stable 2021.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
|
depends on !BR2_x86_x1000
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -4198,12 +4244,12 @@ 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 2020.08-1"
|
|
|
+ bool "x86-i686 uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
|
depends on !BR2_x86_x1000
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -4224,12 +4270,12 @@ 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 2020.08-1"
|
|
|
+ bool "x86-i686 uclibc stable 2021.11-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
|
depends on !BR2_x86_x1000
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -4250,11 +4296,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 2020.08-1"
|
|
|
+ bool "xtensa-lx60 uclibc bleeding-edge 2021.11-1"
|
|
|
depends on BR2_xtensa
|
|
|
depends on BR2_XTENSA_CUSTOM
|
|
|
depends on BR2_XTENSA_LITTLE_ENDIAN
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -4275,11 +4321,11 @@ 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 2020.08-1"
|
|
|
+ bool "xtensa-lx60 uclibc stable 2021.11-1"
|
|
|
depends on BR2_xtensa
|
|
|
depends on BR2_XTENSA_CUSTOM
|
|
|
depends on BR2_XTENSA_LITTLE_ENDIAN
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|