Config.in 1.1 KB

1234567891011121314151617181920212223242526
  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_INSTALL_LIBSTDCPP
  12. select BR2_HOSTARCH_NEEDS_IA32_LIBS
  13. select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_7
  14. select BR2_TOOLCHAIN_GCC_AT_LEAST_6
  15. select BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19615 # based-on binutils-2.26
  16. help
  17. Sourcery CodeBench toolchain for the amd64 (x86_64)
  18. architectures, from Mentor Graphics. It uses gcc 6.2,
  19. binutils 2.26, glibc 2.24, gdb 7.11 and kernel headers
  20. 4.7. It has support for the following variants:
  21. - AMD Puma/Jaguar (family 16h), glibc
  22. Default for x86_64, nothing special to do.
  23. - AMD Steamroller (family 15h), glibc
  24. Select a steamroller core.
  25. No other architecture variants are supported since glibc
  26. is optimized for one of these two baselines.