Config.in 1.2 KB

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