|
@@ -3,6 +3,20 @@ if BR2_TOOLCHAIN_EXTERNAL
|
|
choice
|
|
choice
|
|
prompt "Toolchain"
|
|
prompt "Toolchain"
|
|
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
|
|
|
|
+ bool "Sourcery CodeBench ARM 2011.09"
|
|
|
|
+ depends on BR2_arm
|
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
|
+ 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
|
|
|
|
+ for the following variants:
|
|
|
|
+ - ARMv5TE, little endian, soft-float, glibc
|
|
|
|
+ - ARMv4T, little endian, soft-float, glibc
|
|
|
|
+ - ARMv7-A, Thumb 2, little endian, soft-float, glibc
|
|
|
|
+
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
|
|
bool "Sourcery CodeBench ARM 2011.03"
|
|
bool "Sourcery CodeBench ARM 2011.03"
|
|
depends on BR2_arm
|
|
depends on BR2_arm
|
|
@@ -252,6 +266,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2010Q1
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2010Q1
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201009
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201009
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
|
|
|
|
+ default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS44
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS44
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201103
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201103
|
|
default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
|
|
default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
|