mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
arch/arm: add the cortex A17 variant supported by gcc 5.x
Add the Cortex A17 variant. This core is considered a replacement of the Cortex A12 and is supported by gcc 5 / binutils 2.25+ Suggested-by: Ross Green <greenfross@netscape.net> Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ddc2285ff2
commit
027b7ca0f2
@@ -12,6 +12,8 @@ choice
|
||||
!BR2_powerpc64le && !BR2_nios2
|
||||
# Unsupported for MIPS R6
|
||||
depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
||||
# Unsupported ARM cores
|
||||
depends on !BR2_cortex_a17
|
||||
bool "binutils 2.23.2"
|
||||
|
||||
config BR2_BINUTILS_VERSION_2_24_X
|
||||
@@ -19,6 +21,8 @@ choice
|
||||
depends on !BR2_nios2 && !BR2_powerpc64le
|
||||
# Unsupported for MIPS R6
|
||||
depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
||||
# Unsupported ARM cores
|
||||
depends on !BR2_cortex_a17
|
||||
bool "binutils 2.24"
|
||||
|
||||
config BR2_BINUTILS_VERSION_2_25_X
|
||||
|
||||
Reference in New Issue
Block a user