toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / toolchain / toolchain-external / toolchain-external-codesourcery-amd64 / Config.in
blob86486c818d3b6bb7ce007ca25d787dfd4314bb2d
1 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AMD64
2         bool "Sourcery CodeBench AMD64 2015.11"
3         depends on BR2_x86_64
4         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
5         depends on !BR2_STATIC_LIBS
6         depends on BR2_x86_jaguar || BR2_x86_steamroller
7         select BR2_TOOLCHAIN_EXTERNAL_GLIBC
8         select BR2_TOOLCHAIN_HAS_SSP
9         select BR2_TOOLCHAIN_HAS_NATIVE_RPC
10         select BR2_INSTALL_LIBSTDCPP
11         select BR2_HOSTARCH_NEEDS_IA32_LIBS
12         select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2
13         select BR2_TOOLCHAIN_GCC_AT_LEAST_5
14         help
15           Sourcery CodeBench toolchain for the amd64 (x86_64)
16           architectures, from Mentor Graphics. It uses gcc 5.2,
17           binutils 2.25.51, glibc 2.22, gdb 7.10.50 and kernel headers
18           4.2. It has support for the following variants:
19             - AMD Puma/Jaguar (family 16h), glibc
20             Default for x86_64, nothing special to do.
21             - AMD Steamroller (family 15h), glibc
22             Select a steamroller core.
23           No other architecture variants are supported since glibc
24           is optimized for one of these two baselines.