summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/binutils
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@linux-qpx1.site>2013-11-16 12:08:54 -0600
committerGregory Nutt <gnutt@linux-qpx1.site>2013-11-16 12:08:54 -0600
commit7486e0996033898b1741ea4c016669b65fea37bd (patch)
treee5d99f2cb34117c2255a10d3e7c89ffefe74a507 /misc/buildroot/toolchain/binutils
parent8758c9ab0f1804dd95e66575937f459bf8b80cfa (diff)
downloadnuttx-7486e0996033898b1741ea4c016669b65fea37bd.tar.gz
nuttx-7486e0996033898b1741ea4c016669b65fea37bd.tar.bz2
nuttx-7486e0996033898b1741ea4c016669b65fea37bd.zip
Add support for Cortex-A5 and A8
Diffstat (limited to 'misc/buildroot/toolchain/binutils')
-rw-r--r--misc/buildroot/toolchain/binutils/Config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/buildroot/toolchain/binutils/Config.in b/misc/buildroot/toolchain/binutils/Config.in
index 96cff013f..5aa674133 100644
--- a/misc/buildroot/toolchain/binutils/Config.in
+++ b/misc/buildroot/toolchain/binutils/Config.in
@@ -4,23 +4,23 @@ comment "Binutils Options"
choice
prompt "Binutils Version"
- default BR2_BINUTILS_VERSION_2_19_1 if BR2_cortex_m3 || BR2_cortex_m0
- default BR2_BINUTILS_VERSION_2_19 if !BR2_avr32 && !BR2_cortex_m3 && !BR2_cortex_m0 && !BR2_m9s12x
+ default BR2_BINUTILS_VERSION_2_19_1 if BR2_cortex_a5 || BR2_cortex_a8 || BR2_cortex_m3 || BR2_cortex_m0
+ default BR2_BINUTILS_VERSION_2_19 if !BR2_avr32 && !BR2_cortex_a5 && !BR2_cortex_a8 && !BR2_cortex_m3 && !BR2_cortex_m0 && !BR2_m9s12x
default BR2_BINUTILS_VERSION_2_18 if BR2_m9s12x
- default BR2_BINUTILS_VERSION_2_17 if !BR2_cortex_m3 && !BR2_cortex_m0 && !BR2_m9s12x
+ default BR2_BINUTILS_VERSION_2_17 if !BR2_cortex_a5 && !BR2_cortex_a8 && !BR2_cortex_m3 && !BR2_cortex_m0 && !BR2_m9s12x
help
Select the version of binutils you wish to use.
config BR2_BINUTILS_VERSION_2_17
- depends !BR2_nios2 && !BR2_cortex_m3 && !BR2_cortex_m0 && !BR2_m9s12x
+ depends !BR2_nios2 && !BR2_cortex_a5 && !BR2_cortex_a8 && !BR2_cortex_m3 && !BR2_cortex_m0 && !BR2_m9s12x
bool "binutils 2.17"
config BR2_BINUTILS_VERSION_2_18
- depends !BR2_avr32 && !BR2_nios2 && !BR2_cortex_m3 && !BR2_cortex_m0
+ depends !BR2_avr32 && !BR2_nios2 && !BR2_cortex_a5 && !BR2_cortex_a8 && !BR2_cortex_m3 && !BR2_cortex_m0
bool "binutils 2.18"
config BR2_BINUTILS_VERSION_2_19
- depends !BR2_avr32 && !BR2_nios2 && !BR2_cortex_m3 && !BR2_cortex_m0 &&!BR2_m9s12x
+ depends !BR2_avr32 && !BR2_nios2 && !BR2_cortex_a5 && !BR2_cortex_a8 && !BR2_cortex_m3 && !BR2_cortex_m0 &&!BR2_m9s12x
bool "binutils 2.19"
config BR2_BINUTILS_VERSION_2_19_1