|
@@ -50,13 +50,14 @@ config BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL
|
|
|
choice
|
|
|
prompt "Bootlin toolchain variant"
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_BLEEDING_EDGE
|
|
|
- bool "aarch64 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "aarch64 glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -74,13 +75,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE
|
|
|
- bool "aarch64 glibc stable 2020.02-2"
|
|
|
+ bool "aarch64 glibc stable 2020.08-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -98,12 +100,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_MUSL_BLEEDING_EDGE
|
|
|
- bool "aarch64 musl bleeding-edge 2020.02-2"
|
|
|
+ bool "aarch64 musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -120,12 +123,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_MUSL_STABLE
|
|
|
- bool "aarch64 musl stable 2020.02-2"
|
|
|
+ bool "aarch64 musl stable 2020.08-1"
|
|
|
depends on BR2_aarch64
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -141,13 +145,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "aarch64 uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "aarch64 uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_aarch64
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -163,13 +168,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_STABLE
|
|
|
- bool "aarch64 uclibc stable 2020.02-2"
|
|
|
+ bool "aarch64 uclibc stable 2020.08-1"
|
|
|
depends on BR2_aarch64
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -185,13 +191,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_BLEEDING_EDGE
|
|
|
- bool "aarch64be glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "aarch64be glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -209,13 +216,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_STABLE
|
|
|
- bool "aarch64be glibc stable 2020.02-2"
|
|
|
+ bool "aarch64be glibc stable 2020.08-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -233,13 +241,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "aarch64be uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "aarch64be uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -255,13 +264,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_UCLIBC_STABLE
|
|
|
- bool "aarch64be uclibc stable 2020.02-2"
|
|
|
+ bool "aarch64be uclibc stable 2020.08-1"
|
|
|
depends on BR2_aarch64_be
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -277,14 +287,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64BE_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "arcle-750d uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "arcle-750d uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_arc750d
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -300,7 +311,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_STABLE
|
|
|
- bool "arcle-750d uclibc stable 2020.02-2"
|
|
|
+ bool "arcle-750d uclibc stable 2020.08-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_arc750d
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
@@ -308,6 +319,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_STABLE
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -323,14 +335,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_750D_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_BLEEDING_EDGE
|
|
|
- bool "arcle-hs38 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "arcle-hs38 glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -348,14 +361,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_STABLE
|
|
|
- bool "arcle-hs38 glibc stable 2020.02-2"
|
|
|
+ bool "arcle-hs38 glibc stable 2020.08-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -373,14 +387,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "arcle-hs38 uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "arcle-hs38 uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -396,14 +411,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_STABLE
|
|
|
- bool "arcle-hs38 uclibc stable 2020.02-2"
|
|
|
+ bool "arcle-hs38 uclibc stable 2020.08-1"
|
|
|
depends on BR2_arcle
|
|
|
depends on BR2_archs38
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -419,14 +435,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_BLEEDING_EDGE
|
|
|
- bool "armv5-eabi glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "armv5-eabi glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -444,14 +461,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_STABLE
|
|
|
- bool "armv5-eabi glibc stable 2020.02-2"
|
|
|
+ bool "armv5-eabi glibc stable 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -469,13 +487,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_BLEEDING_EDGE
|
|
|
- bool "armv5-eabi musl bleeding-edge 2020.02-2"
|
|
|
+ bool "armv5-eabi musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -492,13 +511,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_STABLE
|
|
|
- bool "armv5-eabi musl stable 2020.02-2"
|
|
|
+ bool "armv5-eabi musl stable 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -515,14 +535,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armv5-eabi uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "armv5-eabi uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -538,14 +559,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_STABLE
|
|
|
- bool "armv5-eabi uclibc stable 2020.02-2"
|
|
|
+ bool "armv5-eabi uclibc stable 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
|
depends on BR2_ARM_EABI
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -561,14 +583,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
- bool "armv6-eabihf glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "armv6-eabihf glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -586,14 +609,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_STABLE
|
|
|
- bool "armv6-eabihf glibc stable 2020.02-2"
|
|
|
+ bool "armv6-eabihf glibc stable 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -611,13 +635,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
- bool "armv6-eabihf musl bleeding-edge 2020.02-2"
|
|
|
+ bool "armv6-eabihf musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -634,13 +659,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_STABLE
|
|
|
- bool "armv6-eabihf musl stable 2020.02-2"
|
|
|
+ bool "armv6-eabihf musl stable 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -657,14 +683,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armv6-eabihf uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "armv6-eabihf uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -680,14 +707,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_STABLE
|
|
|
- bool "armv6-eabihf uclibc stable 2020.02-2"
|
|
|
+ bool "armv6-eabihf uclibc stable 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -703,14 +731,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
- bool "armv7-eabihf glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "armv7-eabihf glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -728,14 +757,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE
|
|
|
- bool "armv7-eabihf glibc stable 2020.02-2"
|
|
|
+ bool "armv7-eabihf glibc stable 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -753,13 +783,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
- bool "armv7-eabihf musl bleeding-edge 2020.02-2"
|
|
|
+ bool "armv7-eabihf musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -776,13 +807,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_STABLE
|
|
|
- bool "armv7-eabihf musl stable 2020.02-2"
|
|
|
+ bool "armv7-eabihf musl stable 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -799,14 +831,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armv7-eabihf uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "armv7-eabihf uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -822,14 +855,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_STABLE
|
|
|
- bool "armv7-eabihf uclibc stable 2020.02-2"
|
|
|
+ bool "armv7-eabihf uclibc stable 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
|
depends on BR2_ARM_EABIHF
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -845,13 +879,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "armv7m uclibc bleeding-edge 2018.11-1"
|
|
|
+ bool "armv7m uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7M
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -865,13 +900,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_STABLE
|
|
|
- bool "armv7m uclibc stable 2020.02-2"
|
|
|
+ bool "armv7m uclibc stable 2020.08-1"
|
|
|
depends on BR2_ARM_CPU_ARMV7M
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -885,13 +921,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "m68k-68xxx uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "m68k-68xxx uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -907,13 +944,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_68XXX_UCLIBC_STABLE
|
|
|
- bool "m68k-68xxx uclibc stable 2020.02-2"
|
|
|
+ bool "m68k-68xxx uclibc stable 2020.08-1"
|
|
|
depends on BR2_m68k_m68k
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -929,13 +967,14 @@ 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 2018.11-1"
|
|
|
+ bool "m68k-coldfire uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_m68k_cf
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -949,13 +988,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_COLDFIRE_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_COLDFIRE_UCLIBC_STABLE
|
|
|
- bool "m68k-coldfire uclibc stable 2020.02-2"
|
|
|
+ bool "m68k-coldfire uclibc stable 2020.08-1"
|
|
|
depends on BR2_m68k_cf
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -969,13 +1009,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_M68K_COLDFIRE_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_BLEEDING_EDGE
|
|
|
- bool "microblazebe glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "microblazebe glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -992,13 +1033,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_STABLE
|
|
|
- bool "microblazebe glibc stable 2020.02-2"
|
|
|
+ bool "microblazebe glibc stable 2020.08-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1015,12 +1057,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_BLEEDING_EDGE
|
|
|
- bool "microblazebe musl bleeding-edge 2020.02-2"
|
|
|
+ bool "microblazebe musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1036,12 +1079,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_STABLE
|
|
|
- bool "microblazebe musl stable 2020.02-2"
|
|
|
+ bool "microblazebe musl stable 2020.08-1"
|
|
|
depends on BR2_microblazebe
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1057,13 +1101,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "microblazebe uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "microblazebe uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_microblazebe
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1079,13 +1124,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_STABLE
|
|
|
- bool "microblazebe uclibc stable 2020.02-2"
|
|
|
+ bool "microblazebe uclibc stable 2020.08-1"
|
|
|
depends on BR2_microblazebe
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1101,13 +1147,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEBE_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_BLEEDING_EDGE
|
|
|
- bool "microblazeel glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "microblazeel glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1124,13 +1171,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_STABLE
|
|
|
- bool "microblazeel glibc stable 2020.02-2"
|
|
|
+ bool "microblazeel glibc stable 2020.08-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1147,12 +1195,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_BLEEDING_EDGE
|
|
|
- bool "microblazeel musl bleeding-edge 2020.02-2"
|
|
|
+ bool "microblazeel musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1168,12 +1217,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_STABLE
|
|
|
- bool "microblazeel musl stable 2020.02-2"
|
|
|
+ bool "microblazeel musl stable 2020.08-1"
|
|
|
depends on BR2_microblazeel
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1189,13 +1239,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "microblazeel uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "microblazeel uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_microblazeel
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1211,13 +1262,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_STABLE
|
|
|
- bool "microblazeel uclibc stable 2020.02-2"
|
|
|
+ bool "microblazeel uclibc stable 2020.08-1"
|
|
|
depends on BR2_microblazeel
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1233,15 +1285,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MICROBLAZEEL_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips32 glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1259,15 +1312,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_STABLE
|
|
|
- bool "mips32 glibc stable 2020.02-2"
|
|
|
+ bool "mips32 glibc stable 2020.08-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1285,14 +1339,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips32 musl bleeding-edge 2020.02-2"
|
|
|
+ bool "mips32 musl bleeding-edge 2020.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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1309,14 +1364,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_MUSL_STABLE
|
|
|
- bool "mips32 musl stable 2020.02-2"
|
|
|
+ bool "mips32 musl stable 2020.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_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1332,15 +1388,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32 uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips32 uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1356,15 +1413,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_UCLIBC_STABLE
|
|
|
- bool "mips32 uclibc stable 2020.02-2"
|
|
|
+ bool "mips32 uclibc stable 2020.08-1"
|
|
|
depends on BR2_mips
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1380,15 +1438,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32el glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips32el glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1406,15 +1465,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_STABLE
|
|
|
- bool "mips32el glibc stable 2020.02-2"
|
|
|
+ bool "mips32el glibc stable 2020.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1432,14 +1492,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips32el musl bleeding-edge 2020.02-2"
|
|
|
+ bool "mips32el musl bleeding-edge 2020.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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1456,14 +1517,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_MUSL_STABLE
|
|
|
- bool "mips32el musl stable 2020.02-2"
|
|
|
+ bool "mips32el musl stable 2020.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_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1479,15 +1541,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32el uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips32el uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1503,15 +1566,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_UCLIBC_STABLE
|
|
|
- bool "mips32el uclibc stable 2020.02-2"
|
|
|
+ bool "mips32el uclibc stable 2020.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1527,15 +1591,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32EL_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32r5el glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips32r5el glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1553,18 +1618,21 @@ 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 2017.05-toolchains-1-20-ge9cdc44-1"
|
|
|
+ bool "mips32r5el glibc stable 2020.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
@@ -1577,14 +1645,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips32r5el musl bleeding-edge 2020.02-2"
|
|
|
+ bool "mips32r5el musl bleeding-edge 2020.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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1601,14 +1670,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_MUSL_STABLE
|
|
|
- bool "mips32r5el musl stable 2020.02-2"
|
|
|
+ bool "mips32r5el musl stable 2020.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_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1625,15 +1695,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32r5el uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips32r5el uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1649,15 +1720,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_UCLIBC_STABLE
|
|
|
- bool "mips32r5el uclibc stable 2020.02-2"
|
|
|
+ bool "mips32r5el uclibc stable 2020.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r5
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1673,15 +1745,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R5EL_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32r6el glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips32r6el glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1699,15 +1772,22 @@ 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 2017.05-toolchains-1-1"
|
|
|
+ bool "mips32r6el glibc stable 2020.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
@@ -1719,14 +1799,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips32r6el musl bleeding-edge 2020.02-2"
|
|
|
+ bool "mips32r6el musl bleeding-edge 2020.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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1743,14 +1824,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_MUSL_STABLE
|
|
|
- bool "mips32r6el musl stable 2020.02-2"
|
|
|
+ bool "mips32r6el musl stable 2020.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_8
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1767,15 +1849,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips32r6el uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips32r6el uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1791,15 +1874,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_UCLIBC_STABLE
|
|
|
- bool "mips32r6el uclibc stable 2020.02-2"
|
|
|
+ bool "mips32r6el uclibc stable 2020.08-1"
|
|
|
depends on BR2_mipsel
|
|
|
depends on BR2_mips_32r6
|
|
|
depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1815,16 +1899,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS32R6EL_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64-n32 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips64-n32 glibc bleeding-edge 2020.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
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1842,16 +1927,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_STABLE
|
|
|
- bool "mips64-n32 glibc stable 2020.02-2"
|
|
|
+ bool "mips64-n32 glibc stable 2020.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
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1869,15 +1955,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips64-n32 musl bleeding-edge 2020.02-2"
|
|
|
+ bool "mips64-n32 musl bleeding-edge 2020.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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1894,15 +1981,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_MUSL_STABLE
|
|
|
- bool "mips64-n32 musl stable 2020.02-2"
|
|
|
+ bool "mips64-n32 musl stable 2020.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_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1919,16 +2007,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64-n32 uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips64-n32 uclibc bleeding-edge 2020.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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1944,16 +2033,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_UCLIBC_STABLE
|
|
|
- bool "mips64-n32 uclibc stable 2020.02-2"
|
|
|
+ bool "mips64-n32 uclibc stable 2020.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_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -1969,16 +2059,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64_N32_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64el-n32 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips64el-n32 glibc bleeding-edge 2020.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
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -1996,16 +2087,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_STABLE
|
|
|
- bool "mips64el-n32 glibc stable 2020.02-2"
|
|
|
+ bool "mips64el-n32 glibc stable 2020.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
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2023,15 +2115,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips64el-n32 musl bleeding-edge 2020.02-2"
|
|
|
+ bool "mips64el-n32 musl bleeding-edge 2020.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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2048,15 +2141,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_MUSL_STABLE
|
|
|
- bool "mips64el-n32 musl stable 2020.02-2"
|
|
|
+ bool "mips64el-n32 musl stable 2020.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_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2073,16 +2167,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64el-n32 uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips64el-n32 uclibc bleeding-edge 2020.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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2098,16 +2193,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_UCLIBC_STABLE
|
|
|
- bool "mips64el-n32 uclibc stable 2020.02-2"
|
|
|
+ bool "mips64el-n32 uclibc stable 2020.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_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2123,16 +2219,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_GLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64r6el-n32 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips64r6el-n32 glibc bleeding-edge 2020.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
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2150,16 +2247,23 @@ 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 2017.05-toolchains-1-1"
|
|
|
+ bool "mips64r6el-n32 glibc stable 2020.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
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
@@ -2171,15 +2275,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_MUSL_BLEEDING_EDGE
|
|
|
- bool "mips64r6el-n32 musl bleeding-edge 2020.02-2"
|
|
|
+ bool "mips64r6el-n32 musl bleeding-edge 2020.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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2196,15 +2301,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_MUSL_STABLE
|
|
|
- bool "mips64r6el-n32 musl stable 2020.02-2"
|
|
|
+ bool "mips64r6el-n32 musl stable 2020.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_8
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2221,16 +2327,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "mips64r6el-n32 uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "mips64r6el-n32 uclibc bleeding-edge 2020.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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2246,16 +2353,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_UCLIBC_STABLE
|
|
|
- bool "mips64r6el-n32 uclibc stable 2020.02-2"
|
|
|
+ bool "mips64r6el-n32 uclibc stable 2020.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_8
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2271,13 +2379,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64R6EL_N32_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_BLEEDING_EDGE
|
|
|
- bool "nios2 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "nios2 glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_nios2
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2295,13 +2404,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_STABLE
|
|
|
- bool "nios2 glibc stable 2020.02-2"
|
|
|
+ bool "nios2 glibc stable 2020.08-1"
|
|
|
depends on BR2_nios2
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2319,12 +2429,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_MUSL_BLEEDING_EDGE
|
|
|
- bool "openrisc musl bleeding-edge 2020.02-2"
|
|
|
+ bool "openrisc musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_or1k
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2341,12 +2452,13 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_MUSL_STABLE
|
|
|
- bool "openrisc musl stable 2020.02-2"
|
|
|
+ bool "openrisc musl stable 2020.08-1"
|
|
|
depends on BR2_or1k
|
|
|
depends on BR2_USE_MMU
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2362,13 +2474,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "openrisc uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "openrisc uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_or1k
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2384,13 +2497,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_UCLIBC_STABLE
|
|
|
- bool "openrisc uclibc stable 2020.02-2"
|
|
|
+ bool "openrisc uclibc stable 2020.08-1"
|
|
|
depends on BR2_or1k
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2406,14 +2520,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_OPENRISC_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-e500mc glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "powerpc-e500mc glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2431,14 +2546,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_STABLE
|
|
|
- bool "powerpc-e500mc glibc stable 2020.02-2"
|
|
|
+ bool "powerpc-e500mc glibc stable 2020.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2456,13 +2572,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc-e500mc musl bleeding-edge 2020.02-2"
|
|
|
+ bool "powerpc-e500mc musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2478,13 +2595,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_MUSL_STABLE
|
|
|
- bool "powerpc-e500mc musl stable 2020.02-2"
|
|
|
+ bool "powerpc-e500mc musl stable 2020.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2500,14 +2618,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc-e500mc uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "powerpc-e500mc uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2523,14 +2642,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_UCLIBC_STABLE
|
|
|
- bool "powerpc-e500mc uclibc stable 2020.02-2"
|
|
|
+ bool "powerpc-e500mc uclibc stable 2020.08-1"
|
|
|
depends on BR2_powerpc
|
|
|
depends on BR2_powerpc_e500mc
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2546,14 +2666,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC_E500MC_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc64-e5500 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "powerpc64-e5500 glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e5500
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2571,14 +2692,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_STABLE
|
|
|
- bool "powerpc64-e5500 glibc stable 2020.02-2"
|
|
|
+ bool "powerpc64-e5500 glibc stable 2020.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_e5500
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2596,14 +2718,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_E5500_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc64-power8 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "powerpc64-power8 glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2621,14 +2744,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_STABLE
|
|
|
- bool "powerpc64-power8 glibc stable 2020.02-2"
|
|
|
+ bool "powerpc64-power8 glibc stable 2020.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2646,13 +2770,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc64-power8 musl bleeding-edge 2020.02-2"
|
|
|
+ bool "powerpc64-power8 musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2669,13 +2794,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_MUSL_STABLE
|
|
|
- bool "powerpc64-power8 musl stable 2020.02-2"
|
|
|
+ bool "powerpc64-power8 musl stable 2020.08-1"
|
|
|
depends on BR2_powerpc64
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2692,14 +2818,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64_POWER8_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_BLEEDING_EDGE
|
|
|
- bool "powerpc64le-power8 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "powerpc64le-power8 glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2717,14 +2844,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_STABLE
|
|
|
- bool "powerpc64le-power8 glibc stable 2020.02-2"
|
|
|
+ bool "powerpc64le-power8 glibc stable 2020.08-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2742,13 +2870,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_MUSL_BLEEDING_EDGE
|
|
|
- bool "powerpc64le-power8 musl bleeding-edge 2020.02-2"
|
|
|
+ bool "powerpc64le-power8 musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2765,13 +2894,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_MUSL_STABLE
|
|
|
- bool "powerpc64le-power8 musl stable 2020.02-2"
|
|
|
+ bool "powerpc64le-power8 musl stable 2020.08-1"
|
|
|
depends on BR2_powerpc64le
|
|
|
depends on BR2_powerpc_power8
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2788,16 +2918,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_POWERPC64LE_POWER8_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_GLIBC_BLEEDING_EDGE
|
|
|
- bool "riscv32-ilp32d glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "riscv32-ilp32d glibc bleeding-edge 2020.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
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2815,16 +2946,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_GLIBC_BLEEDING_EDGE
|
|
|
- bool "riscv64 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "riscv64 glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_64
|
|
|
depends on BR2_RISCV_ABI_LP64
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2842,15 +2974,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_MUSL_BLEEDING_EDGE
|
|
|
- bool "riscv64 musl bleeding-edge 2020.02-2"
|
|
|
+ bool "riscv64 musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_riscv
|
|
|
depends on BR2_riscv_g
|
|
|
depends on BR2_RISCV_64
|
|
|
depends on BR2_RISCV_ABI_LP64
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2867,14 +3000,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV64_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_BLEEDING_EDGE
|
|
|
- bool "sh-sh4 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "sh-sh4 glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2892,14 +3026,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_STABLE
|
|
|
- bool "sh-sh4 glibc stable 2020.02-2"
|
|
|
+ bool "sh-sh4 glibc stable 2020.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2917,13 +3052,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_MUSL_BLEEDING_EDGE
|
|
|
- bool "sh-sh4 musl bleeding-edge 2020.02-2"
|
|
|
+ bool "sh-sh4 musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2940,13 +3076,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_MUSL_STABLE
|
|
|
- bool "sh-sh4 musl stable 2020.02-2"
|
|
|
+ bool "sh-sh4 musl stable 2020.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -2962,14 +3099,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "sh-sh4 uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "sh-sh4 uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -2985,14 +3123,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_UCLIBC_STABLE
|
|
|
- bool "sh-sh4 uclibc stable 2020.02-2"
|
|
|
+ bool "sh-sh4 uclibc stable 2020.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3008,14 +3147,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_BLEEDING_EDGE
|
|
|
- bool "sh-sh4aeb glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "sh-sh4aeb glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3033,14 +3173,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_STABLE
|
|
|
- bool "sh-sh4aeb glibc stable 2020.02-2"
|
|
|
+ bool "sh-sh4aeb glibc stable 2020.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3058,13 +3199,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_MUSL_BLEEDING_EDGE
|
|
|
- bool "sh-sh4aeb musl bleeding-edge 2020.02-2"
|
|
|
+ bool "sh-sh4aeb musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3081,13 +3223,14 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_MUSL_STABLE
|
|
|
- bool "sh-sh4aeb musl stable 2020.02-2"
|
|
|
+ bool "sh-sh4aeb musl stable 2020.08-1"
|
|
|
depends on BR2_sh
|
|
|
depends on BR2_sh4aeb
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3103,14 +3246,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SH_SH4AEB_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_BLEEDING_EDGE
|
|
|
- bool "sparc64 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "sparc64 glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_sparc64
|
|
|
depends on BR2_sparc_v9
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3128,14 +3272,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_STABLE
|
|
|
- bool "sparc64 glibc stable 2020.02-2"
|
|
|
+ bool "sparc64 glibc stable 2020.08-1"
|
|
|
depends on BR2_sparc64
|
|
|
depends on BR2_sparc_v9
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3153,14 +3298,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARC64_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "sparcv8 uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "sparcv8 uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_sparc
|
|
|
depends on BR2_sparc_v8
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3176,14 +3322,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_STABLE
|
|
|
- bool "sparcv8 uclibc stable 2020.02-2"
|
|
|
+ bool "sparcv8 uclibc stable 2020.08-1"
|
|
|
depends on BR2_sparc
|
|
|
depends on BR2_sparc_v8
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3199,7 +3346,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_SPARCV8_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-core-i7 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "x86-64-core-i7 glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3210,9 +3357,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3230,7 +3378,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_STABLE
|
|
|
- bool "x86-64-core-i7 glibc stable 2020.02-2"
|
|
|
+ bool "x86-64-core-i7 glibc stable 2020.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3241,9 +3389,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3261,7 +3410,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-64-core-i7 musl bleeding-edge 2020.02-2"
|
|
|
+ bool "x86-64-core-i7 musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3271,9 +3420,10 @@ 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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3290,7 +3440,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_STABLE
|
|
|
- bool "x86-64-core-i7 musl stable 2020.02-2"
|
|
|
+ bool "x86-64-core-i7 musl stable 2020.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3300,9 +3450,10 @@ 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_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3319,7 +3470,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-64-core-i7 uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "x86-64-core-i7 uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3328,11 +3479,12 @@ 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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3348,7 +3500,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_STABLE
|
|
|
- bool "x86-64-core-i7 uclibc stable 2020.02-2"
|
|
|
+ bool "x86-64-core-i7 uclibc stable 2020.08-1"
|
|
|
depends on BR2_x86_64
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3357,11 +3509,12 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_X86_CPU_HAS_SSE4
|
|
|
depends on BR2_X86_CPU_HAS_SSE42
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3377,7 +3530,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-core2 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "x86-core2 glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3386,9 +3539,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_BLEEDING_EDGE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3406,7 +3560,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_STABLE
|
|
|
- bool "x86-core2 glibc stable 2020.02-2"
|
|
|
+ bool "x86-core2 glibc stable 2020.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3415,9 +3569,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_STABLE
|
|
|
depends on BR2_X86_CPU_HAS_SSSE3
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3435,7 +3590,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-core2 musl bleeding-edge 2020.02-2"
|
|
|
+ bool "x86-core2 musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3443,9 +3598,10 @@ 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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3461,7 +3617,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_STABLE
|
|
|
- bool "x86-core2 musl stable 2020.02-2"
|
|
|
+ bool "x86-core2 musl stable 2020.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on BR2_X86_CPU_HAS_MMX
|
|
|
depends on BR2_X86_CPU_HAS_SSE
|
|
@@ -3469,9 +3625,10 @@ 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_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3486,18 +3643,19 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-core2 uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "x86-core2 uclibc bleeding-edge 2020.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_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3513,18 +3671,19 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_STABLE
|
|
|
- bool "x86-core2 uclibc stable 2020.02-2"
|
|
|
+ bool "x86-core2 uclibc stable 2020.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_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3540,16 +3699,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-i686 glibc bleeding-edge 2020.02-2"
|
|
|
+ bool "x86-i686 glibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
|
depends on !BR2_x86_x1000
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3567,16 +3727,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_STABLE
|
|
|
- bool "x86-i686 glibc stable 2020.02-2"
|
|
|
+ bool "x86-i686 glibc stable 2020.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
|
depends on !BR2_x86_x1000
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
@@ -3594,15 +3755,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_GLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_BLEEDING_EDGE
|
|
|
- bool "x86-i686 musl bleeding-edge 2020.02-2"
|
|
|
+ bool "x86-i686 musl bleeding-edge 2020.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
|
depends on !BR2_x86_x1000
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3618,15 +3780,16 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_STABLE
|
|
|
- bool "x86-i686 musl stable 2020.02-2"
|
|
|
+ bool "x86-i686 musl stable 2020.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
|
depends on !BR2_x86_x1000
|
|
|
depends on BR2_USE_MMU
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3641,16 +3804,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_MUSL_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "x86-i686 uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "x86-i686 uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
|
depends on !BR2_x86_x1000
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3666,16 +3830,17 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_STABLE
|
|
|
- bool "x86-i686 uclibc stable 2020.02-2"
|
|
|
+ bool "x86-i686 uclibc stable 2020.08-1"
|
|
|
depends on BR2_i386
|
|
|
depends on !BR2_x86_i486
|
|
|
depends on !BR2_x86_i586
|
|
|
depends on !BR2_x86_x1000
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3691,14 +3856,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_I686_UCLIBC_STABLE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_BLEEDING_EDGE
|
|
|
- bool "xtensa-lx60 uclibc bleeding-edge 2020.02-2"
|
|
|
+ bool "xtensa-lx60 uclibc bleeding-edge 2020.08-1"
|
|
|
depends on BR2_xtensa
|
|
|
depends on BR2_xtensa_fsf
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
@@ -3714,14 +3880,15 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_BLEEDING_EDGE
|
|
|
https://toolchains.bootlin.com/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_XTENSA_LX60_UCLIBC_STABLE
|
|
|
- bool "xtensa-lx60 uclibc stable 2020.02-2"
|
|
|
+ bool "xtensa-lx60 uclibc stable 2020.08-1"
|
|
|
depends on BR2_xtensa
|
|
|
depends on BR2_xtensa_fsf
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
|
select BR2_USE_WCHAR
|
|
|
select BR2_ENABLE_LOCALE
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
+ select BR2_TOOLCHAIN_HAS_FORTRAN
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|