mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
toolchain/toolchain-external/toolchain-external-bootlin: regenerate with BR2_ARM dependency
This commit regenerates the toolchain-external-bootlin Config.in file
after the ARM toolchain description was modified to make sure they
only match the ARM little endian configurations.
Fixes:
http://autobuild.buildroot.net/results/7befbb686bb972016ba4e742976dcdb3fed1be11/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit b079f584c0)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
fddbde030b
commit
b04f13a1fe
@@ -6,10 +6,10 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCH_SUPPORTS
|
||||
default y if BR2_aarch64_be
|
||||
default y if BR2_arcle && BR2_arc750d
|
||||
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_cf
|
||||
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
|
||||
bool "armv5-eabi glibc bleeding-edge 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV5
|
||||
depends on BR2_ARM_EABI
|
||||
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
|
||||
bool "armv5-eabi glibc stable 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV5
|
||||
depends on BR2_ARM_EABI
|
||||
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
|
||||
bool "armv5-eabi musl bleeding-edge 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV5
|
||||
depends on BR2_ARM_EABI
|
||||
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
|
||||
bool "armv5-eabi musl stable 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV5
|
||||
depends on BR2_ARM_EABI
|
||||
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
|
||||
bool "armv5-eabi uclibc bleeding-edge 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV5
|
||||
depends on BR2_ARM_EABI
|
||||
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
|
||||
bool "armv5-eabi uclibc stable 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV5
|
||||
depends on BR2_ARM_EABI
|
||||
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
|
||||
bool "armv6-eabihf glibc bleeding-edge 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV6
|
||||
depends on BR2_ARM_EABIHF
|
||||
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
|
||||
bool "armv6-eabihf glibc stable 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV6
|
||||
depends on BR2_ARM_EABIHF
|
||||
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
|
||||
bool "armv6-eabihf musl bleeding-edge 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV6
|
||||
depends on BR2_ARM_EABIHF
|
||||
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
|
||||
bool "armv6-eabihf musl stable 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV6
|
||||
depends on BR2_ARM_EABIHF
|
||||
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
|
||||
bool "armv6-eabihf uclibc bleeding-edge 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV6
|
||||
depends on BR2_ARM_EABIHF
|
||||
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
|
||||
bool "armv6-eabihf uclibc stable 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV6
|
||||
depends on BR2_ARM_EABIHF
|
||||
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
|
||||
bool "armv7-eabihf glibc bleeding-edge 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV7A
|
||||
depends on BR2_ARM_EABIHF
|
||||
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
|
||||
bool "armv7-eabihf glibc stable 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV7A
|
||||
depends on BR2_ARM_EABIHF
|
||||
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
|
||||
bool "armv7-eabihf musl bleeding-edge 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV7A
|
||||
depends on BR2_ARM_EABIHF
|
||||
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
|
||||
bool "armv7-eabihf musl stable 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV7A
|
||||
depends on BR2_ARM_EABIHF
|
||||
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
|
||||
bool "armv7-eabihf uclibc bleeding-edge 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV7A
|
||||
depends on BR2_ARM_EABIHF
|
||||
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
|
||||
bool "armv7-eabihf uclibc stable 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV7A
|
||||
depends on BR2_ARM_EABIHF
|
||||
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
|
||||
bool "armv7m uclibc bleeding-edge 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV7M
|
||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
||||
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
|
||||
bool "armv7m uclibc stable 2021.11-1"
|
||||
depends on BR2_arm
|
||||
depends on BR2_ARM_CPU_ARMV7M
|
||||
select BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
|
||||
|
||||
Reference in New Issue
Block a user