Config.in 1.2 KB

12345678910111213141516171819202122232425262728
  1. config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AMD64
  2. bool "Sourcery CodeBench AMD64 2016.11"
  3. depends on BR2_x86_64
  4. depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_7
  5. depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
  6. depends on !BR2_STATIC_LIBS
  7. depends on BR2_x86_jaguar || BR2_x86_steamroller
  8. select BR2_TOOLCHAIN_EXTERNAL_GLIBC
  9. select BR2_TOOLCHAIN_HAS_SSP
  10. select BR2_TOOLCHAIN_HAS_NATIVE_RPC
  11. select BR2_TOOLCHAIN_HAS_OPENMP
  12. select BR2_INSTALL_LIBSTDCPP
  13. select BR2_HOSTARCH_NEEDS_IA32_LIBS
  14. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_7
  15. select BR2_TOOLCHAIN_GCC_AT_LEAST_6
  16. select BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19615 # based-on binutils-2.26
  17. select BR2_TOOLCHAIN_HAS_BINUTILS_BUG_20006 # based-on binutils-2.26
  18. help
  19. Sourcery CodeBench toolchain for the amd64 (x86_64)
  20. architectures, from Mentor Graphics. It uses gcc 6.2,
  21. binutils 2.26, glibc 2.24, gdb 7.11 and kernel headers
  22. 4.7. It has support for the following variants:
  23. - AMD Puma/Jaguar (family 16h), glibc
  24. Default for x86_64, nothing special to do.
  25. - AMD Steamroller (family 15h), glibc
  26. Select a steamroller core.
  27. No other architecture variants are supported since glibc
  28. is optimized for one of these two baselines.