|
@@ -136,6 +136,23 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
|
|
Select BR2_SOFT_FLOAT
|
|
Select BR2_SOFT_FLOAT
|
|
Set BR2_TARGET_OPTIMIZATION to -mthumb
|
|
Set BR2_TARGET_OPTIMIZATION to -mthumb
|
|
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A_201109
|
|
|
|
+ bool "Arago ARMv7 2011.09"
|
|
|
|
+ depends on BR2_arm
|
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
|
+ depends on BR2_cortex_a5 || BR2_cortex_a8 || BR2_cortex_a9 || BR2_cortex_a15
|
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
+ select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
|
+ select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
|
+ help
|
|
|
|
+ Texas Instruments Arago 2011.09 toolchain, with gcc 4.5.3,
|
|
|
|
+ binutils 2.20.1, glibc 2.12, gdb 7.2.
|
|
|
|
+
|
|
|
|
+ This toolchain uses -mfloat-abi=softfp (i.e use FPU
|
|
|
|
+ instructions, but pass floating point function arguments in
|
|
|
|
+ non-floating point registers).
|
|
|
|
+
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201305
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201305
|
|
bool "Sourcery CodeBench MIPS 2013.05"
|
|
bool "Sourcery CodeBench MIPS 2013.05"
|
|
depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
|
depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
|
@@ -749,6 +766,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
|
|
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_ARM201203
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201305
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201305
|
|
|
|
+ default "arm-arago-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A_201109
|
|
default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_13_05
|
|
default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_13_05
|
|
default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_13_04
|
|
default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_13_04
|
|
default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_13_03
|
|
default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_13_03
|