|
@@ -77,8 +77,8 @@ comment "Linaro toolchains available for Cortex-A + EABIhf"
|
|
|
depends on BR2_GCC_TARGET_ARCH != "armv7-a" || !BR2_ARM_EABIHF
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
|
|
|
|
-config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201305
|
|
|
- bool "Sourcery CodeBench ARM 2013.05"
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201311
|
|
|
+ bool "Sourcery CodeBench ARM 2013.11"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
depends on BR2_ARM_EABI
|
|
@@ -89,8 +89,8 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201305
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
help
|
|
|
Sourcery CodeBench toolchain for the ARM architecture, from
|
|
|
- Mentor Graphics. It uses gcc 4.7.3, binutils 2.23.52, glibc
|
|
|
- 2.17 and gdb 7.4.50, kernel headers 3.8.2. It has support
|
|
|
+ Mentor Graphics. It uses gcc 4.8.1, binutils 2.23.52, glibc
|
|
|
+ 2.18 and gdb 7.6.50, kernel headers 3.11. It has support
|
|
|
for the following variants:
|
|
|
- ARMv5TE, little endian, soft-float, glibc
|
|
|
Select ARM926T, ARM10T, XScale or another ARMv5 core
|
|
@@ -103,8 +103,8 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201305
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mthumb
|
|
|
|
|
|
-config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
|
|
|
- bool "Sourcery CodeBench ARM 2012.03"
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201305
|
|
|
+ bool "Sourcery CodeBench ARM 2013.05"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
depends on BR2_ARM_EABI
|
|
@@ -115,8 +115,8 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
help
|
|
|
Sourcery CodeBench toolchain for the ARM architecture, from
|
|
|
- Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53, glibc
|
|
|
- 2.15 and gdb 7.2.50, kernel headers 3.2.10. It has support
|
|
|
+ Mentor Graphics. It uses gcc 4.7.3, binutils 2.23.52, glibc
|
|
|
+ 2.17 and gdb 7.4.50, kernel headers 3.8.2. It has support
|
|
|
for the following variants:
|
|
|
- ARMv5TE, little endian, soft-float, glibc
|
|
|
Select ARM926T, ARM10T, XScale or another ARMv5 core
|
|
@@ -129,8 +129,8 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
Set BR2_TARGET_OPTIMIZATION to -mthumb
|
|
|
|
|
|
-config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
|
|
|
- bool "Sourcery CodeBench ARM 2011.09"
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
|
|
|
+ bool "Sourcery CodeBench ARM 2012.03"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
depends on BR2_ARM_EABI
|
|
@@ -141,8 +141,8 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
help
|
|
|
Sourcery CodeBench toolchain for the ARM architecture, from
|
|
|
- Mentor Graphics. It uses gcc 4.6.1, binutils 2.21.53, glibc
|
|
|
- 2.13 and gdb 7.2.50, kernel headers 3.0.1. It has support
|
|
|
+ Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53, glibc
|
|
|
+ 2.15 and gdb 7.2.50, kernel headers 3.2.10. It has support
|
|
|
for the following variants:
|
|
|
- ARMv5TE, little endian, soft-float, glibc
|
|
|
Select ARM926T, ARM10T, XScale or another ARMv5 core
|
|
@@ -839,9 +839,9 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
|
default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_09
|
|
|
default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_08
|
|
|
default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_07
|
|
|
- default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
|
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
|
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201305
|
|
|
+ default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201311
|
|
|
default "arm-arago-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A_201109
|
|
|
default "arm-arago-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE_201109
|
|
|
default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_13_09
|