|
@@ -58,11 +58,11 @@ config BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL
|
|
|
choice
|
|
|
prompt "Bootlin toolchain variant"
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_BLEEDING_EDGE
|
|
|
- bool "aarch64 glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "aarch64 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -82,11 +82,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 2022.08-1"
|
|
|
+ bool "aarch64 glibc stable 2023.08-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -106,11 +106,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_MUSL_BLEEDING_EDGE
|
|
|
- bool "aarch64 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "aarch64 musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -130,10 +130,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 2022.08-2"
|
|
|
+ bool "aarch64 musl stable 2023.08-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -153,10 +153,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "aarch64 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "aarch64 uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_aarch64
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -177,10 +177,10 @@ 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 2022.08-1"
|
|
|
+ bool "aarch64 uclibc stable 2023.08-1"
|
|
|
depends on BR2_aarch64
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -201,11 +201,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 2022.08-1"
|
|
|
+ bool "aarch64be glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -225,11 +225,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 2022.08-1"
|
|
|
+ bool "aarch64be glibc stable 2023.08-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -248,11 +248,58 @@ 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 2022.08-1"
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_MUSL_BLEEDING_EDGE
|
|
|
+ bool "aarch64be musl bleeding-edge 2023.08-1"
|
|
|
+ depends on BR2_aarch64_be
|
|
|
+ depends on BR2_USE_MMU
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
|
|
+ help
|
|
|
+ Bootlin toolchain for the aarch64be 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_AARCH64BE_MUSL_STABLE
|
|
|
+ bool "aarch64be musl stable 2023.08-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
+ depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
+ select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ 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 aarch64be 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_AARCH64BE_UCLIBC_BLEEDING_EDGE
|
|
|
+ bool "aarch64be uclibc bleeding-edge 2023.08-1"
|
|
|
+ depends on BR2_aarch64_be
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -273,10 +320,10 @@ 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 2022.08-1"
|
|
|
+ bool "aarch64be uclibc stable 2023.08-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -297,11 +344,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "arcle-750d uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "arcle-750d uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_arc750d
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -321,11 +368,11 @@ 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 2022.08-1"
|
|
|
+ bool "arcle-750d uclibc stable 2023.08-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_arc750d
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -345,12 +392,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 2022.08-1"
|
|
|
+ bool "arcle-hs38 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
@@ -369,7 +416,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_STABLE
|
|
|
- bool "arcle-hs38 glibc stable 2022.08-1"
|
|
|
+ bool "arcle-hs38 glibc stable 2023.08-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
depends on BR2_USE_MMU
|
|
@@ -393,11 +440,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "arcle-hs38 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "arcle-hs38 uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -417,11 +464,11 @@ 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 2022.08-1"
|
|
|
+ bool "arcle-hs38 uclibc stable 2023.08-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -441,13 +488,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_BLEEDING_EDGE
|
|
|
- bool "armv5-eabi glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "armv5-eabi glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -467,13 +514,13 @@ 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 2022.08-1"
|
|
|
+ bool "armv5-eabi glibc stable 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -493,13 +540,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_BLEEDING_EDGE
|
|
|
- bool "armv5-eabi musl bleeding-edge 2022.08-1"
|
|
|
+ bool "armv5-eabi musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -519,13 +566,13 @@ 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 2022.08-1"
|
|
|
+ bool "armv5-eabi musl stable 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -545,12 +592,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armv5-eabi uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "armv5-eabi uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -571,12 +618,12 @@ 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 2022.08-1"
|
|
|
+ bool "armv5-eabi uclibc stable 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -597,13 +644,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
- bool "armv6-eabihf glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "armv6-eabihf glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -623,13 +670,13 @@ 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 2022.08-1"
|
|
|
+ bool "armv6-eabihf glibc stable 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -649,13 +696,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
- bool "armv6-eabihf musl bleeding-edge 2022.08-1"
|
|
|
+ bool "armv6-eabihf musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -675,13 +722,13 @@ 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 2022.08-1"
|
|
|
+ bool "armv6-eabihf musl stable 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -701,12 +748,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armv6-eabihf uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "armv6-eabihf uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -727,12 +774,12 @@ 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 2022.08-1"
|
|
|
+ bool "armv6-eabihf uclibc stable 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -753,13 +800,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
- bool "armv7-eabihf glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "armv7-eabihf glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -779,13 +826,13 @@ 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 2022.08-1"
|
|
|
+ bool "armv7-eabihf glibc stable 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -805,13 +852,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
- bool "armv7-eabihf musl bleeding-edge 2022.08-1"
|
|
|
+ bool "armv7-eabihf musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -831,13 +878,13 @@ 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 2022.08-1"
|
|
|
+ bool "armv7-eabihf musl stable 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -857,12 +904,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armv7-eabihf uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "armv7-eabihf uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -883,12 +930,12 @@ 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 2022.08-1"
|
|
|
+ bool "armv7-eabihf uclibc stable 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -909,13 +956,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
- bool "armebv7-eabihf glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "armebv7-eabihf glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -935,13 +982,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_GLIBC_STABLE
|
|
|
- bool "armebv7-eabihf glibc stable 2022.08-1"
|
|
|
+ bool "armebv7-eabihf glibc stable 2023.08-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -961,13 +1008,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
- bool "armebv7-eabihf musl bleeding-edge 2022.08-1"
|
|
|
+ bool "armebv7-eabihf musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -987,13 +1034,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_MUSL_STABLE
|
|
|
- bool "armebv7-eabihf musl stable 2022.08-1"
|
|
|
+ bool "armebv7-eabihf musl stable 2023.08-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1013,12 +1060,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armebv7-eabihf uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "armebv7-eabihf uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1039,12 +1086,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_UCLIBC_STABLE
|
|
|
- bool "armebv7-eabihf uclibc stable 2022.08-1"
|
|
|
+ bool "armebv7-eabihf uclibc stable 2023.08-1"
|
|
|
depends on BR2_armeb
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1065,11 +1112,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMEBV7_EABIHF_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armv7m uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "armv7m uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7M
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1088,11 +1135,11 @@ 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 2022.08-1"
|
|
|
+ bool "armv7m uclibc stable 2023.08-1"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_ARM_CPU_ARMV7M
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1111,10 +1158,10 @@ 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 2022.08-1"
|
|
|
+ bool "m68k-68xxx uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1135,10 +1182,10 @@ 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 2022.08-1"
|
|
|
+ bool "m68k-68xxx uclibc stable 2023.08-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1159,14 +1206,15 @@ 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 2021.11-1"
|
|
|
+ bool "m68k-coldfire uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_m68k_cf
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1180,14 +1228,15 @@ 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 2021.11-1"
|
|
|
+ bool "m68k-coldfire uclibc stable 2023.08-1"
|
|
|
depends on BR2_m68k_cf
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
+ select BR2_TOOLCHAIN_HAS_OPENMP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1201,12 +1250,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_COLDFIRE_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_BLEEDING_EDGE
|
|
|
- bool "microblazebe glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "microblazebe glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1224,12 +1273,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_STABLE
|
|
|
- bool "microblazebe glibc stable 2022.08-1"
|
|
|
+ bool "microblazebe glibc stable 2023.08-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1247,12 +1296,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_BLEEDING_EDGE
|
|
|
- bool "microblazebe musl bleeding-edge 2022.08-1"
|
|
|
+ bool "microblazebe musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1270,12 +1319,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_STABLE
|
|
|
- bool "microblazebe musl stable 2022.08-1"
|
|
|
+ bool "microblazebe musl stable 2023.08-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1293,11 +1342,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "microblazebe uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "microblazebe uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_microblazebe
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1317,11 +1366,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_STABLE
|
|
|
- bool "microblazebe uclibc stable 2022.08-1"
|
|
|
+ bool "microblazebe uclibc stable 2023.08-1"
|
|
|
depends on BR2_microblazebe
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1341,12 +1390,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_BLEEDING_EDGE
|
|
|
- bool "microblazeel glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "microblazeel glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1364,12 +1413,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_STABLE
|
|
|
- bool "microblazeel glibc stable 2022.08-1"
|
|
|
+ bool "microblazeel glibc stable 2023.08-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1387,12 +1436,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_BLEEDING_EDGE
|
|
|
- bool "microblazeel musl bleeding-edge 2022.08-1"
|
|
|
+ bool "microblazeel musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1410,12 +1459,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_STABLE
|
|
|
- bool "microblazeel musl stable 2022.08-1"
|
|
|
+ bool "microblazeel musl stable 2023.08-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1433,11 +1482,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "microblazeel uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "microblazeel uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_microblazeel
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1457,11 +1506,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_STABLE
|
|
|
- bool "microblazeel uclibc stable 2022.08-1"
|
|
|
+ bool "microblazeel uclibc stable 2023.08-1"
|
|
|
depends on BR2_microblazeel
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1481,13 +1530,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 2022.08-1"
|
|
|
+ bool "mips32 glibc bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1507,13 +1556,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 2022.08-1"
|
|
|
+ bool "mips32 glibc stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1533,13 +1582,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips32 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "mips32 musl bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1559,13 +1608,13 @@ 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 2022.08-1"
|
|
|
+ bool "mips32 musl stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1584,12 +1633,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "mips32 uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1610,12 +1659,12 @@ 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 2022.08-1"
|
|
|
+ bool "mips32 uclibc stable 2023.08-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1636,13 +1685,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 2022.08-1"
|
|
|
+ bool "mips32el glibc bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1662,13 +1711,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 2022.08-1"
|
|
|
+ bool "mips32el glibc stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1688,13 +1737,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips32el musl bleeding-edge 2022.08-1"
|
|
|
+ bool "mips32el musl bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1714,13 +1763,13 @@ 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 2022.08-1"
|
|
|
+ bool "mips32el musl stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1739,12 +1788,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32el uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "mips32el uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1765,12 +1814,12 @@ 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 2022.08-1"
|
|
|
+ bool "mips32el uclibc stable 2023.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1791,13 +1840,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 2022.08-1"
|
|
|
+ bool "mips32r5el glibc bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1817,13 +1866,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 2022.08-1"
|
|
|
+ bool "mips32r5el glibc stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1843,13 +1892,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips32r5el musl bleeding-edge 2022.08-1"
|
|
|
+ bool "mips32r5el musl bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1869,13 +1918,13 @@ 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 2022.08-1"
|
|
|
+ bool "mips32r5el musl stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1895,12 +1944,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32r5el uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "mips32r5el uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1921,12 +1970,12 @@ 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 2022.08-1"
|
|
|
+ bool "mips32r5el uclibc stable 2023.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -1947,13 +1996,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 2022.08-1"
|
|
|
+ bool "mips32r6el glibc bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1973,13 +2022,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 2022.08-1"
|
|
|
+ bool "mips32r6el glibc stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -1999,13 +2048,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips32r6el musl bleeding-edge 2022.08-1"
|
|
|
+ bool "mips32r6el musl bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2025,13 +2074,13 @@ 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 2022.08-1"
|
|
|
+ bool "mips32r6el musl stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2051,12 +2100,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32r6el uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "mips32r6el uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -2077,12 +2126,12 @@ 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 2022.08-1"
|
|
|
+ bool "mips32r6el uclibc stable 2023.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -2103,14 +2152,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 2022.08-1"
|
|
|
+ bool "mips64-n32 glibc bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2130,14 +2179,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 2022.08-1"
|
|
|
+ bool "mips64-n32 glibc stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2157,14 +2206,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips64-n32 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "mips64-n32 musl bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2184,14 +2233,14 @@ 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 2022.08-1"
|
|
|
+ bool "mips64-n32 musl stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2211,13 +2260,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64-n32 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "mips64-n32 uclibc bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -2238,13 +2287,13 @@ 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 2022.08-1"
|
|
|
+ bool "mips64-n32 uclibc stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -2265,14 +2314,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 2022.08-1"
|
|
|
+ bool "mips64el-n32 glibc bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2292,14 +2341,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 2022.08-1"
|
|
|
+ bool "mips64el-n32 glibc stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2319,14 +2368,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips64el-n32 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "mips64el-n32 musl bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2346,14 +2395,14 @@ 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 2022.08-1"
|
|
|
+ bool "mips64el-n32 musl stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2373,13 +2422,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64el-n32 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "mips64el-n32 uclibc bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -2400,13 +2449,13 @@ 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 2022.08-1"
|
|
|
+ bool "mips64el-n32 uclibc stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -2427,14 +2476,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 2022.08-1"
|
|
|
+ bool "mips64r6el-n32 glibc bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2454,14 +2503,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 2022.08-1"
|
|
|
+ bool "mips64r6el-n32 glibc stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2481,14 +2530,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips64r6el-n32 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "mips64r6el-n32 musl bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2508,14 +2557,14 @@ 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 2022.08-1"
|
|
|
+ bool "mips64r6el-n32 musl stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2535,13 +2584,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64r6el-n32 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "mips64r6el-n32 uclibc bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -2562,13 +2611,13 @@ 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 2022.08-1"
|
|
|
+ bool "mips64r6el-n32 uclibc stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -2589,11 +2638,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 2022.08-1"
|
|
|
+ bool "nios2 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_nios2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2613,11 +2662,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 2022.08-1"
|
|
|
+ bool "nios2 glibc stable 2023.08-1"
|
|
|
depends on BR2_nios2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2637,12 +2686,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_GLIBC_BLEEDING_EDGE
|
|
|
- bool "openrisc glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "openrisc glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_or1k
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2662,11 +2711,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_GLIBC_STABLE
|
|
|
- bool "openrisc glibc stable 2022.08-1"
|
|
|
+ bool "openrisc glibc stable 2023.08-1"
|
|
|
depends on BR2_or1k
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -2687,12 +2736,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_MUSL_BLEEDING_EDGE
|
|
|
- bool "openrisc musl bleeding-edge 2022.08-1"
|
|
|
+ bool "openrisc musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_or1k
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2712,12 +2761,12 @@ 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 2022.08-1"
|
|
|
+ bool "openrisc musl stable 2023.08-1"
|
|
|
depends on BR2_or1k
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2736,11 +2785,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "openrisc uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "openrisc uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_or1k
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -2761,11 +2810,11 @@ 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 2022.08-1"
|
|
|
+ bool "openrisc uclibc stable 2023.08-1"
|
|
|
depends on BR2_or1k
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_HAS_NO_GDBSERVER
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -2786,12 +2835,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 2022.08-1"
|
|
|
+ bool "powerpc-440fp glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2811,12 +2860,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 2022.08-1"
|
|
|
+ bool "powerpc-440fp glibc stable 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2836,12 +2885,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc-440fp musl bleeding-edge 2022.08-1"
|
|
|
+ bool "powerpc-440fp musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2860,12 +2909,12 @@ 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 2022.08-1"
|
|
|
+ bool "powerpc-440fp musl stable 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2884,11 +2933,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_440FP_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-440fp uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "powerpc-440fp uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -2909,11 +2958,11 @@ 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 2022.08-1"
|
|
|
+ bool "powerpc-440fp uclibc stable 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_440fp
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -2934,12 +2983,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 2022.08-1"
|
|
|
+ bool "powerpc-e300c3 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2959,12 +3008,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 2022.08-1"
|
|
|
+ bool "powerpc-e300c3 glibc stable 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -2984,12 +3033,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc-e300c3 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "powerpc-e300c3 musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3008,12 +3057,12 @@ 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 2022.08-1"
|
|
|
+ bool "powerpc-e300c3 musl stable 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3032,11 +3081,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E300C3_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-e300c3 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "powerpc-e300c3 uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -3057,11 +3106,11 @@ 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 2022.08-1"
|
|
|
+ bool "powerpc-e300c3 uclibc stable 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e300c3
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -3082,12 +3131,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 2022.08-1"
|
|
|
+ bool "powerpc-e500mc glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3107,12 +3156,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 2022.08-1"
|
|
|
+ bool "powerpc-e500mc glibc stable 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3132,12 +3181,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc-e500mc musl bleeding-edge 2022.08-1"
|
|
|
+ bool "powerpc-e500mc musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3156,12 +3205,12 @@ 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 2022.08-1"
|
|
|
+ bool "powerpc-e500mc musl stable 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3180,11 +3229,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-e500mc uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "powerpc-e500mc uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -3205,11 +3254,11 @@ 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 2022.08-1"
|
|
|
+ bool "powerpc-e500mc uclibc stable 2023.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -3230,12 +3279,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 2022.08-1"
|
|
|
+ bool "powerpc64-e5500 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e5500
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3255,12 +3304,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 2022.08-1"
|
|
|
+ bool "powerpc64-e5500 glibc stable 2023.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e5500
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3280,12 +3329,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 2022.08-1"
|
|
|
+ bool "powerpc64-e6500 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3305,12 +3354,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 2022.08-1"
|
|
|
+ bool "powerpc64-e6500 glibc stable 2023.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3330,12 +3379,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E6500_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc64-e6500 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "powerpc64-e6500 musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3355,12 +3404,12 @@ 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 2022.08-1"
|
|
|
+ bool "powerpc64-e6500 musl stable 2023.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e6500
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3380,12 +3429,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 2022.08-1"
|
|
|
+ bool "powerpc64-power8 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3405,12 +3454,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 2022.08-1"
|
|
|
+ bool "powerpc64-power8 glibc stable 2023.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3430,12 +3479,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc64-power8 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "powerpc64-power8 musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3455,12 +3504,12 @@ 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 2022.08-1"
|
|
|
+ bool "powerpc64-power8 musl stable 2023.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3480,12 +3529,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 2022.08-1"
|
|
|
+ bool "powerpc64le-power8 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3505,12 +3554,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 2022.08-1"
|
|
|
+ bool "powerpc64le-power8 glibc stable 2023.08-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3530,12 +3579,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc64le-power8 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "powerpc64le-power8 musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3555,12 +3604,12 @@ 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 2022.08-1"
|
|
|
+ bool "powerpc64le-power8 musl stable 2023.08-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3580,14 +3629,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 2022.08-1"
|
|
|
+ bool "riscv32-ilp32d glibc bleeding-edge 2023.08-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
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3607,14 +3656,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_GLIBC_BLEEDING_EDGE
|
|
|
- bool "riscv64-lp64d glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "riscv64-lp64d glibc bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3634,13 +3683,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_GLIBC_STABLE
|
|
|
- bool "riscv64-lp64d glibc stable 2022.08-1"
|
|
|
+ bool "riscv64-lp64d glibc stable 2023.08-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_GCC_AT_LEAST_12
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3661,14 +3710,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_MUSL_BLEEDING_EDGE
|
|
|
- bool "riscv64-lp64d musl bleeding-edge 2022.08-1"
|
|
|
+ bool "riscv64-lp64d musl bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3688,13 +3737,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_MUSL_STABLE
|
|
|
- bool "riscv64-lp64d musl stable 2022.08-1"
|
|
|
+ bool "riscv64-lp64d musl stable 2023.08-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_GCC_AT_LEAST_12
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
@@ -3715,14 +3764,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "riscv64-lp64d uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "riscv64-lp64d uclibc bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -3743,13 +3792,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_UCLIBC_STABLE
|
|
|
- bool "riscv64-lp64d uclibc stable 2022.08-1"
|
|
|
+ bool "riscv64-lp64d uclibc stable 2023.08-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_GCC_AT_LEAST_12
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
@@ -3771,12 +3820,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_LP64D_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_S390X_Z13_GLIBC_BLEEDING_EDGE
|
|
|
- bool "s390x-z13 glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "s390x-z13 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_s390x
|
|
|
depends on BR2_s390x_z13
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3796,12 +3845,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_S390X_Z13_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_S390X_Z13_GLIBC_STABLE
|
|
|
- bool "s390x-z13 glibc stable 2022.08-1"
|
|
|
+ bool "s390x-z13 glibc stable 2023.08-1"
|
|
|
depends on BR2_s390x
|
|
|
depends on BR2_s390x_z13
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3821,12 +3870,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_S390X_Z13_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_BLEEDING_EDGE
|
|
|
- bool "sh-sh4 glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "sh-sh4 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3846,12 +3895,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 2022.08-1"
|
|
|
+ bool "sh-sh4 glibc stable 2023.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3871,12 +3920,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_MUSL_BLEEDING_EDGE
|
|
|
- bool "sh-sh4 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "sh-sh4 musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3896,12 +3945,12 @@ 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 2022.08-1"
|
|
|
+ bool "sh-sh4 musl stable 2023.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3920,11 +3969,11 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "sh-sh4 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "sh-sh4 uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -3945,11 +3994,11 @@ 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 2022.08-1"
|
|
|
+ bool "sh-sh4 uclibc stable 2023.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -3970,12 +4019,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 2022.08-1"
|
|
|
+ bool "sh-sh4aeb glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -3995,12 +4044,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 2022.08-1"
|
|
|
+ bool "sh-sh4aeb glibc stable 2023.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4020,12 +4069,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_MUSL_BLEEDING_EDGE
|
|
|
- bool "sh-sh4aeb musl bleeding-edge 2022.08-1"
|
|
|
+ bool "sh-sh4aeb musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4045,12 +4094,12 @@ 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 2022.08-1"
|
|
|
+ bool "sh-sh4aeb musl stable 2023.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4069,12 +4118,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 2022.08-1"
|
|
|
+ bool "sparc64 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_sparc64
|
|
|
depends on BR2_sparc_v9
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4094,12 +4143,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 2022.08-1"
|
|
|
+ bool "sparc64 glibc stable 2023.08-1"
|
|
|
depends on BR2_sparc64
|
|
|
depends on BR2_sparc_v9
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4169,14 +4218,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64 glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-64 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4196,14 +4245,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_GLIBC_STABLE
|
|
|
- bool "x86-64 glibc stable 2022.08-1"
|
|
|
+ bool "x86-64 glibc stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4223,14 +4272,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-64 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-64 musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4250,14 +4299,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_MUSL_STABLE
|
|
|
- bool "x86-64 musl stable 2022.08-1"
|
|
|
+ bool "x86-64 musl stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4276,13 +4325,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-64 uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -4303,13 +4352,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_UCLIBC_STABLE
|
|
|
- bool "x86-64 uclibc stable 2022.08-1"
|
|
|
+ bool "x86-64 uclibc stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
|
depends on BR2_X86_CPU_HAS_SSE2
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -4330,7 +4379,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-v2 glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-64-v2 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4340,8 +4389,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_GLIBC_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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4361,7 +4410,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_GLIBC_STABLE
|
|
|
- bool "x86-64-v2 glibc stable 2022.08-1"
|
|
|
+ bool "x86-64-v2 glibc stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4371,8 +4420,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_GLIBC_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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4392,7 +4441,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-64-v2 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-64-v2 musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4402,8 +4451,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4423,7 +4472,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_MUSL_STABLE
|
|
|
- bool "x86-64-v2 musl stable 2022.08-1"
|
|
|
+ bool "x86-64-v2 musl stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4433,8 +4482,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4453,7 +4502,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-v2 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-64-v2 uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4462,8 +4511,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_UCLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -4484,7 +4533,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_UCLIBC_STABLE
|
|
|
- bool "x86-64-v2 uclibc stable 2022.08-1"
|
|
|
+ bool "x86-64-v2 uclibc stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4493,8 +4542,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_UCLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -4515,7 +4564,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V2_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-v3 glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-64-v3 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4527,8 +4576,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_GLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4548,7 +4597,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_GLIBC_STABLE
|
|
|
- bool "x86-64-v3 glibc stable 2022.08-1"
|
|
|
+ bool "x86-64-v3 glibc stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4560,8 +4609,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_GLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4581,7 +4630,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-64-v3 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-64-v3 musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4593,8 +4642,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_MUSL_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4614,7 +4663,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_MUSL_STABLE
|
|
|
- bool "x86-64-v3 musl stable 2022.08-1"
|
|
|
+ bool "x86-64-v3 musl stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4626,8 +4675,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_MUSL_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4646,7 +4695,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-v3 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-64-v3 uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4657,8 +4706,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_UCLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -4679,7 +4728,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_UCLIBC_STABLE
|
|
|
- bool "x86-64-v3 uclibc stable 2022.08-1"
|
|
|
+ bool "x86-64-v3 uclibc stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4690,8 +4739,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_UCLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -4712,7 +4761,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V3_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-v4 glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-64-v4 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4725,8 +4774,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_GLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_X86_CPU_HAS_AVX512
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4746,7 +4795,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_GLIBC_STABLE
|
|
|
- bool "x86-64-v4 glibc stable 2022.08-1"
|
|
|
+ bool "x86-64-v4 glibc stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4759,8 +4808,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_GLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_X86_CPU_HAS_AVX512
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4780,7 +4829,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-64-v4 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-64-v4 musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4793,8 +4842,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_MUSL_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_X86_CPU_HAS_AVX512
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4814,7 +4863,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_MUSL_STABLE
|
|
|
- bool "x86-64-v4 musl stable 2022.08-1"
|
|
|
+ bool "x86-64-v4 musl stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4827,8 +4876,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_MUSL_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_X86_CPU_HAS_AVX512
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4847,7 +4896,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-v4 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-64-v4 uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4859,8 +4908,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_UCLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_X86_CPU_HAS_AVX512
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -4881,7 +4930,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_UCLIBC_STABLE
|
|
|
- bool "x86-64-v4 uclibc stable 2022.08-1"
|
|
|
+ bool "x86-64-v4 uclibc stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4893,8 +4942,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_UCLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_AVX
|
|
|
depends on BR2_X86_CPU_HAS_AVX2
|
|
|
depends on BR2_X86_CPU_HAS_AVX512
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -4915,7 +4964,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_V4_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-core-i7 glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-64-core-i7 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4925,8 +4974,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4946,7 +4995,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 2022.08-1"
|
|
|
+ bool "x86-64-core-i7 glibc stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4956,8 +5005,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -4977,7 +5026,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 2022.08-1"
|
|
|
+ bool "x86-64-core-i7 musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -4987,8 +5036,8 @@ 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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -5008,7 +5057,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 2022.08-1"
|
|
|
+ bool "x86-64-core-i7 musl stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5018,8 +5067,8 @@ 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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -5039,7 +5088,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 2022.08-1"
|
|
|
+ bool "x86-64-core-i7 uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5048,8 +5097,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -5070,7 +5119,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 2022.08-1"
|
|
|
+ bool "x86-64-core-i7 uclibc stable 2023.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5079,8 +5128,8 @@ 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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -5101,7 +5150,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 2022.08-1"
|
|
|
+ bool "x86-core2 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5109,8 +5158,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -5130,7 +5179,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 2022.08-1"
|
|
|
+ bool "x86-core2 glibc stable 2023.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5138,8 +5187,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -5159,7 +5208,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 2022.08-1"
|
|
|
+ bool "x86-core2 musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5167,8 +5216,8 @@ 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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -5187,7 +5236,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 2022.08-1"
|
|
|
+ bool "x86-core2 musl stable 2023.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -5195,8 +5244,8 @@ 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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -5214,15 +5263,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-core2 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-core2 uclibc bleeding-edge 2023.08-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_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -5243,15 +5292,15 @@ 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 2022.08-1"
|
|
|
+ bool "x86-core2 uclibc stable 2023.08-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_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -5272,7 +5321,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-i686 glibc bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-i686 glibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5283,8 +5332,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_BLEEDING_EDGE
|
|
|
depends on !BR2_x86_winchip_c6
|
|
|
depends on !BR2_x86_winchip2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -5304,7 +5353,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_STABLE
|
|
|
- bool "x86-i686 glibc stable 2022.08-1"
|
|
|
+ bool "x86-i686 glibc stable 2023.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5315,8 +5364,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_STABLE
|
|
|
depends on !BR2_x86_winchip_c6
|
|
|
depends on !BR2_x86_winchip2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -5336,7 +5385,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-i686 musl bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-i686 musl bleeding-edge 2023.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5347,8 +5396,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_BLEEDING_EDGE
|
|
|
depends on !BR2_x86_winchip_c6
|
|
|
depends on !BR2_x86_winchip2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -5367,7 +5416,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_STABLE
|
|
|
- bool "x86-i686 musl stable 2022.08-1"
|
|
|
+ bool "x86-i686 musl stable 2023.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5378,8 +5427,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_STABLE
|
|
|
depends on !BR2_x86_winchip_c6
|
|
|
depends on !BR2_x86_winchip2
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
|
@@ -5397,7 +5446,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-i686 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "x86-i686 uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5407,8 +5456,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_BLEEDING_EDGE
|
|
|
depends on !BR2_x86_c3
|
|
|
depends on !BR2_x86_winchip_c6
|
|
|
depends on !BR2_x86_winchip2
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -5429,7 +5478,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_STABLE
|
|
|
- bool "x86-i686 uclibc stable 2022.08-1"
|
|
|
+ bool "x86-i686 uclibc stable 2023.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
@@ -5439,8 +5488,8 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_STABLE
|
|
|
depends on !BR2_x86_c3
|
|
|
depends on !BR2_x86_winchip_c6
|
|
|
depends on !BR2_x86_winchip2
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -5461,12 +5510,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "xtensa-lx60 uclibc bleeding-edge 2022.08-1"
|
|
|
+ bool "xtensa-lx60 uclibc bleeding-edge 2023.08-1"
|
|
|
depends on BR2_xtensa
|
|
|
depends on BR2_XTENSA_CUSTOM
|
|
|
depends on BR2_XTENSA_LITTLE_ENDIAN
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -5487,12 +5536,12 @@ 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 2022.08-1"
|
|
|
+ bool "xtensa-lx60 uclibc stable 2023.08-1"
|
|
|
depends on BR2_xtensa
|
|
|
depends on BR2_XTENSA_CUSTOM
|
|
|
depends on BR2_XTENSA_LITTLE_ENDIAN
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_12
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|