mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 19:56:35 +00:00
arch/csky: internal backend not suitable
Upstream gcc does not have support for C-Sky, and we do not have a vendor tree for it either (yet?). Use the newly-introduced symbol to state so, rather than have the exclusion in the toolchain choice. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
31a726122f
commit
ba00283be8
@ -87,6 +87,7 @@ config BR2_bfin
|
|||||||
|
|
||||||
config BR2_csky
|
config BR2_csky
|
||||||
bool "csky"
|
bool "csky"
|
||||||
|
select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
|
||||||
select BR2_ARCH_HAS_MMU_MANDATORY
|
select BR2_ARCH_HAS_MMU_MANDATORY
|
||||||
help
|
help
|
||||||
csky is processor IP from china.
|
csky is processor IP from china.
|
||||||
|
@ -48,7 +48,6 @@ config BR2_TOOLCHAIN_BUILDROOT
|
|||||||
depends on !BR2_bf607
|
depends on !BR2_bf607
|
||||||
depends on !BR2_bf608
|
depends on !BR2_bf608
|
||||||
depends on !BR2_bf609
|
depends on !BR2_bf609
|
||||||
depends on !BR2_csky
|
|
||||||
depends on !BR2_mips_m6250
|
depends on !BR2_mips_m6250
|
||||||
depends on !BR2_mips_p6600
|
depends on !BR2_mips_p6600
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user