Config.in 875 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Choose binutils version.
  2. choice
  3. prompt "Binutils Version" if TOOLCHAINOPTS
  4. default BINUTILS_USE_VERSION_2_28 if !arc
  5. default BINUTILS_USE_VERSION_2_29_ARC if arc
  6. help
  7. Select the version of binutils you wish to use.
  8. config BINUTILS_USE_VERSION_2_27
  9. depends on !arc
  10. bool "Binutils 2.27"
  11. select BINUTILS_VERSION_2_27
  12. config BINUTILS_USE_VERSION_2_28
  13. depends on !arc
  14. bool "Binutils 2.28"
  15. select BINUTILS_VERSION_2_28
  16. config BINUTILS_USE_VERSION_2_29_ARC
  17. depends on arc
  18. bool "ARC binutils 2.29"
  19. select BINUTILS_VERSION_2_29_ARC
  20. config BINUTILS_USE_VERSION_2_29_1
  21. depends on !arc
  22. bool "Binutils 2.29.1"
  23. select BINUTILS_VERSION_2_29_1
  24. endchoice
  25. config EXTRA_BINUTILS_CONFIG_OPTIONS
  26. string
  27. prompt "Additional binutils configure options" if TOOLCHAINOPTS
  28. default ""
  29. help
  30. Any additional binutils options you may want to include....