|
@@ -597,7 +597,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64
|
|
|
http://www.linaro.org/engineering/armv8/
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AARCH64
|
|
|
- bool "CodeSourcery AArch64 2014.05"
|
|
|
+ bool "CodeSourcery AArch64 2014.11"
|
|
|
depends on BR2_aarch64
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
depends on !BR2_STATIC_LIBS
|
|
@@ -605,12 +605,13 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AARCH64
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13
|
|
|
- select BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16
|
|
|
+ select BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
help
|
|
|
Sourcery CodeBench toolchain for the AArch64 architecture,
|
|
|
- from Mentor Graphics. It uses gcc 4.8.3, binutils 2.24,
|
|
|
- glibc 2.18, gdb 7.7.50 and kernel headers 3.13.
|
|
|
+ from Mentor Graphics. It uses gcc 4.9.1, binutils
|
|
|
+ 2.24.51.20140217, glibc 2.20, gdb 7.7.50 and kernel headers
|
|
|
+ 3.16.2.
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
|
|
|
bool "Musl 1.1.12 toolchain (experimental)"
|
|
@@ -719,7 +720,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
|
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 "aarch64-amd-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AARCH64
|
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
|
|
|
default "nios2-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
|
|
|
default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC
|