mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
toolchain-external: Linaro toolchains are available for Cortex-A{5, 15}
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
695f52c174
commit
16dcf2d668
@ -6,7 +6,7 @@ choice
|
|||||||
config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_11
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_11
|
||||||
bool "Linaro 2012.11"
|
bool "Linaro 2012.11"
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
depends on BR2_cortex_a8 || BR2_cortex_a9
|
depends on BR2_cortex_a5 || BR2_cortex_a8 || BR2_cortex_a9 || BR2_cortex_a15
|
||||||
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
||||||
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||||
select BR2_INSTALL_LIBSTDCPP
|
select BR2_INSTALL_LIBSTDCPP
|
||||||
@ -23,7 +23,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_11
|
|||||||
config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_10
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_10
|
||||||
bool "Linaro 2012.10"
|
bool "Linaro 2012.10"
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
depends on BR2_cortex_a8 || BR2_cortex_a9
|
depends on BR2_cortex_a5 || BR2_cortex_a8 || BR2_cortex_a9 || BR2_cortex_a15
|
||||||
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
||||||
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||||
select BR2_INSTALL_LIBSTDCPP
|
select BR2_INSTALL_LIBSTDCPP
|
||||||
@ -40,7 +40,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_10
|
|||||||
config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_09
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_09
|
||||||
bool "Linaro 2012.09"
|
bool "Linaro 2012.09"
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
depends on BR2_cortex_a8 || BR2_cortex_a9
|
depends on BR2_cortex_a5 || BR2_cortex_a8 || BR2_cortex_a9 || BR2_cortex_a15
|
||||||
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
||||||
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||||
select BR2_INSTALL_LIBSTDCPP
|
select BR2_INSTALL_LIBSTDCPP
|
||||||
@ -54,9 +54,9 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_09
|
|||||||
|
|
||||||
To use this toolchain, you must disable soft float usage.
|
To use this toolchain, you must disable soft float usage.
|
||||||
|
|
||||||
comment "Linaro toolchains available for Cortex-A{8,9}"
|
comment "Linaro toolchains available for Cortex-A{5,8,9,15}"
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
depends on !BR2_cortex_a8 && !BR2_cortex_a9
|
depends on !BR2_cortex_a5 && !BR2_cortex_a8 && !BR2_cortex_a9 && !BR2_cortex_a15
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
|
||||||
bool "Sourcery CodeBench ARM 2012.03"
|
bool "Sourcery CodeBench ARM 2012.03"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user