diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-07-04 11:17:40 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-07-04 14:47:42 +0200 |
commit | ddf286736f86defbbb44c2059fce1d95c2296f4a (patch) | |
tree | b3f47bd9a2b06210a1926b33d57a2d27937d0e8e /toolchain/toolchain-external/Config.in | |
parent | e63e6dc87d327f65c0bcf7c68878d4f83ee973e8 (diff) | |
download | buildroot-ddf286736f86defbbb44c2059fce1d95c2296f4a.tar.gz buildroot-ddf286736f86defbbb44c2059fce1d95c2296f4a.zip |
toolchain-external: bump Codescape toolchains to 2016.05
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'toolchain/toolchain-external/Config.in')
-rw-r--r-- | toolchain/toolchain-external/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 2ac7f30cc1..16b877a5f1 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -280,7 +280,7 @@ comment "Sourcery CodeBench toolchains are only available for MIPS/MIPS64 o32 an depends on !BR2_STATIC_LIBS config BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_IMG_MIPS - bool "Codescape IMG GNU Linux Toolchain 2015.10" + bool "Codescape IMG GNU Linux Toolchain 2016.05" depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" depends on BR2_mips_32r6 || (BR2_mips_64r6 && !BR2_MIPS_SOFT_FLOAT) @@ -289,6 +289,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_IMG_MIPS select BR2_HOSTARCH_NEEDS_IA32_LIBS select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0 select BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 + select BR2_TOOLCHAIN_HAS_FORTRAN help Codescape IMG GNU Linux Toolchain 2015.10 for the MIPS architecture, from Imagination Technologies. It uses gcc @@ -342,7 +343,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_IMG_MIPS Disable 'Use soft-float' config BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_MTI_MIPS - bool "Codescape MTI GNU Linux Toolchain 2015.10" + bool "Codescape MTI GNU Linux Toolchain 2016.05" depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" depends on BR2_mips_32r2 || (BR2_mips_64r2 && !BR2_MIPS_SOFT_FLOAT) @@ -351,6 +352,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_MTI_MIPS select BR2_HOSTARCH_NEEDS_IA32_LIBS select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0 select BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 + select BR2_TOOLCHAIN_HAS_FORTRAN help Codescape MTI GNU Linux Toolchain 2015.10 for the MIPS architecture, from Imagination Technologies. It uses gcc |