Config.in 1.1 KB

1234567891011121314151617181920212223242526272829
  1. config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86
  2. bool "Sourcery CodeBench x86/x86_64 2012.09"
  3. depends on BR2_i386 || 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
  7. depends on !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_3_5
  14. select BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
  15. help
  16. Sourcery CodeBench toolchain for the x86/x86_64
  17. architectures, from Mentor Graphics. It uses gcc 4.7.2,
  18. binutils 2.23.51, glibc 2.16, gdb 7.4.50 and kernel headers
  19. 3.5.4. It has support for the following variants:
  20. - Intel Pentium 4, glibc, 32 bits
  21. Default for x86, nothing special to do.
  22. - Intel Atom, glibc, 32 bits
  23. Select an Atom core
  24. - Intel Xeon, glibc, 64 bits
  25. Default for x86_64, nothing special to do.
  26. - Intel Core 2, glibc, 64 bits
  27. Select a Core 2 core
  28. Other architecture variants (beyond Pentium-4/Xeon) are
  29. supported as well, but glibc is not optimised for it.