|
@@ -6,10 +6,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCH_SUPPORTS
|
|
default y if BR2_aarch64_be
|
|
default y if BR2_aarch64_be
|
|
default y if BR2_arcle && BR2_arc750d
|
|
default y if BR2_arcle && BR2_arc750d
|
|
default y if BR2_arcle && BR2_archs38
|
|
default y if BR2_arcle && BR2_archs38
|
|
- default y if BR2_ARM_CPU_ARMV5 && BR2_ARM_EABI
|
|
|
|
- default y if BR2_ARM_CPU_ARMV6 && BR2_ARM_EABIHF
|
|
|
|
- default y if BR2_ARM_CPU_ARMV7A && BR2_ARM_EABIHF
|
|
|
|
- default y if BR2_ARM_CPU_ARMV7M
|
|
|
|
|
|
+ default y if BR2_arm && BR2_ARM_CPU_ARMV5 && BR2_ARM_EABI
|
|
|
|
+ default y if BR2_arm && BR2_ARM_CPU_ARMV6 && BR2_ARM_EABIHF
|
|
|
|
+ default y if BR2_arm && BR2_ARM_CPU_ARMV7A && BR2_ARM_EABIHF
|
|
|
|
+ default y if BR2_arm && BR2_ARM_CPU_ARMV7M
|
|
default y if BR2_m68k_m68k
|
|
default y if BR2_m68k_m68k
|
|
default y if BR2_m68k_cf
|
|
default y if BR2_m68k_cf
|
|
default y if BR2_microblazebe
|
|
default y if BR2_microblazebe
|
|
@@ -437,6 +437,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCLE_HS38_UCLIBC_STABLE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_BLEEDING_EDGE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_BLEEDING_EDGE
|
|
bool "armv5-eabi glibc bleeding-edge 2021.11-1"
|
|
bool "armv5-eabi glibc bleeding-edge 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
depends on BR2_ARM_EABI
|
|
depends on BR2_ARM_EABI
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
@@ -462,6 +463,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_BLEEDING_EDGE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_STABLE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_STABLE
|
|
bool "armv5-eabi glibc stable 2021.11-1"
|
|
bool "armv5-eabi glibc stable 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
depends on BR2_ARM_EABI
|
|
depends on BR2_ARM_EABI
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
@@ -487,6 +489,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_GLIBC_STABLE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_BLEEDING_EDGE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_BLEEDING_EDGE
|
|
bool "armv5-eabi musl bleeding-edge 2021.11-1"
|
|
bool "armv5-eabi musl bleeding-edge 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
depends on BR2_ARM_EABI
|
|
depends on BR2_ARM_EABI
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
@@ -511,6 +514,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_BLEEDING_EDGE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_STABLE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_STABLE
|
|
bool "armv5-eabi musl stable 2021.11-1"
|
|
bool "armv5-eabi musl stable 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
depends on BR2_ARM_EABI
|
|
depends on BR2_ARM_EABI
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
@@ -535,6 +539,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_MUSL_STABLE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_BLEEDING_EDGE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_BLEEDING_EDGE
|
|
bool "armv5-eabi uclibc bleeding-edge 2021.11-1"
|
|
bool "armv5-eabi uclibc bleeding-edge 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
depends on BR2_ARM_EABI
|
|
depends on BR2_ARM_EABI
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
@@ -559,6 +564,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_BLEEDING_EDGE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_STABLE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_STABLE
|
|
bool "armv5-eabi uclibc stable 2021.11-1"
|
|
bool "armv5-eabi uclibc stable 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
depends on BR2_ARM_CPU_ARMV5
|
|
depends on BR2_ARM_EABI
|
|
depends on BR2_ARM_EABI
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
@@ -583,6 +589,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV5_EABI_UCLIBC_STABLE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_BLEEDING_EDGE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_BLEEDING_EDGE
|
|
bool "armv6-eabihf glibc bleeding-edge 2021.11-1"
|
|
bool "armv6-eabihf glibc bleeding-edge 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
@@ -608,6 +615,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_STABLE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_STABLE
|
|
bool "armv6-eabihf glibc stable 2021.11-1"
|
|
bool "armv6-eabihf glibc stable 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
@@ -633,6 +641,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_GLIBC_STABLE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_BLEEDING_EDGE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_BLEEDING_EDGE
|
|
bool "armv6-eabihf musl bleeding-edge 2021.11-1"
|
|
bool "armv6-eabihf musl bleeding-edge 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
@@ -657,6 +666,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_STABLE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_STABLE
|
|
bool "armv6-eabihf musl stable 2021.11-1"
|
|
bool "armv6-eabihf musl stable 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
@@ -681,6 +691,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_MUSL_STABLE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
bool "armv6-eabihf uclibc bleeding-edge 2021.11-1"
|
|
bool "armv6-eabihf uclibc bleeding-edge 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_ARM_EABIHF
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
@@ -705,6 +716,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_STABLE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_STABLE
|
|
bool "armv6-eabihf uclibc stable 2021.11-1"
|
|
bool "armv6-eabihf uclibc stable 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
depends on BR2_ARM_CPU_ARMV6
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_ARM_EABIHF
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
@@ -729,6 +741,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV6_EABIHF_UCLIBC_STABLE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_BLEEDING_EDGE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_BLEEDING_EDGE
|
|
bool "armv7-eabihf glibc bleeding-edge 2021.11-1"
|
|
bool "armv7-eabihf glibc bleeding-edge 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
@@ -754,6 +767,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_BLEEDING_EDGE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE
|
|
bool "armv7-eabihf glibc stable 2021.11-1"
|
|
bool "armv7-eabihf glibc stable 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
@@ -779,6 +793,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_BLEEDING_EDGE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_BLEEDING_EDGE
|
|
bool "armv7-eabihf musl bleeding-edge 2021.11-1"
|
|
bool "armv7-eabihf musl bleeding-edge 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
@@ -803,6 +818,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_BLEEDING_EDGE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_STABLE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_STABLE
|
|
bool "armv7-eabihf musl stable 2021.11-1"
|
|
bool "armv7-eabihf musl stable 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
@@ -827,6 +843,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_MUSL_STABLE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
bool "armv7-eabihf uclibc bleeding-edge 2021.11-1"
|
|
bool "armv7-eabihf uclibc bleeding-edge 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_ARM_EABIHF
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
@@ -851,6 +868,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_BLEEDING_EDGE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_STABLE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_STABLE
|
|
bool "armv7-eabihf uclibc stable 2021.11-1"
|
|
bool "armv7-eabihf uclibc stable 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
depends on BR2_ARM_CPU_ARMV7A
|
|
depends on BR2_ARM_EABIHF
|
|
depends on BR2_ARM_EABIHF
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
@@ -875,6 +893,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_UCLIBC_STABLE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_BLEEDING_EDGE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_BLEEDING_EDGE
|
|
bool "armv7m uclibc bleeding-edge 2021.11-1"
|
|
bool "armv7m uclibc bleeding-edge 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV7M
|
|
depends on BR2_ARM_CPU_ARMV7M
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_4
|
|
@@ -896,6 +915,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_BLEEDING_EDGE
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_STABLE
|
|
config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7M_UCLIBC_STABLE
|
|
bool "armv7m uclibc stable 2021.11-1"
|
|
bool "armv7m uclibc stable 2021.11-1"
|
|
|
|
+ depends on BR2_arm
|
|
depends on BR2_ARM_CPU_ARMV7M
|
|
depends on BR2_ARM_CPU_ARMV7M
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|