|
@@ -134,7 +134,7 @@ comment "Sourcery CodeBench toolchains available for the EABI ABI"
|
|
|
depends on !BR2_ARM_EABI
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
|
|
-config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A_201109
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A
|
|
|
bool "Arago ARMv7 2011.09"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
@@ -158,7 +158,7 @@ config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A_201109
|
|
|
unit to work properly. This unit is available on most
|
|
|
Cortex-A ARM processors, but not all.
|
|
|
|
|
|
-config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE_201109
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE
|
|
|
bool "Arago ARMv5 2011.09"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
@@ -543,8 +543,8 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
|
default "arm-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM
|
|
|
default "armeb-linux-gnueabihf" if BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB
|
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM
|
|
|
- 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 "arm-arago-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A
|
|
|
+ default "arm-arago-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE
|
|
|
default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64
|
|
|
default "aarch64-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AARCH64
|
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
|