libinput: bump version to 1.6.3
[buildroot-gz.git] / toolchain / toolchain-external / toolchain-external-codesourcery-amd64 / Config.in
blob32d79eba1c340967e0d5dc161245beb1c6b62632
1 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AMD64
2         bool "Sourcery CodeBench AMD64 2016.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_7
13         select BR2_TOOLCHAIN_GCC_AT_LEAST_6
14         help
15           Sourcery CodeBench toolchain for the amd64 (x86_64)
16           architectures, from Mentor Graphics. It uses gcc 6.2,
17           binutils 2.26, glibc 2.24, gdb 7.11 and kernel headers
18           4.7. 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.