|
@@ -178,7 +178,7 @@ config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV5TE
|
|
|
This toolchain uses software-floating point.
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
|
|
|
- bool "Sourcery CodeBench MIPS 2015.11"
|
|
|
+ bool "Sourcery CodeBench MIPS 2016.05"
|
|
|
depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
|
|
depends on BR2_mips_32r2 || BR2_mips_64r2
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
@@ -188,12 +188,12 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2
|
|
|
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
help
|
|
|
Sourcery CodeBench toolchain for the MIPS architecture, from
|
|
|
- Mentor Graphics. It uses gcc 5.2, binutils 2.25.51, glibc
|
|
|
- 2.22, uClibc 0.9.30 and gdb 7.10.50, kernel headers 4.2. It
|
|
|
+ Mentor Graphics. It uses gcc 5.3, binutils 2.25.51, glibc
|
|
|
+ 2.23, uClibc 0.9.30 and gdb 7.10.50, kernel headers 4.4.1. It
|
|
|
has support for the following variants:
|
|
|
- MIPS32r2 - Big-Endian, 2008 NaN, O32
|
|
|
Select MIPS (big endian) core
|