Config.in 904 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Choose binutils version.
  2. choice
  3. prompt "Binutils Version" if TOOLCHAINOPTS
  4. default BINUTILS_USE_VERSION_2_25_1 if !arc
  5. default BINUTILS_USE_VERSION_2_26_ARC if arc
  6. help
  7. Select the version of binutils you wish to use.
  8. config BINUTILS_USE_VERSION_2_24_LINARO
  9. depends on !arc
  10. bool "Linaro binutils 2.24"
  11. select BINUTILS_VERSION_2_24_LINARO
  12. config BINUTILS_USE_VERSION_2_25_1
  13. depends on !arc
  14. bool "Binutils 2.25.1"
  15. select BINUTILS_VERSION_2_25_1
  16. config BINUTILS_USE_VERSION_2_26_1
  17. depends on !arc
  18. bool "Binutils 2.26.1"
  19. select BINUTILS_VERSION_2_26_1
  20. config BINUTILS_USE_VERSION_2_26_ARC
  21. depends on arc
  22. bool "ARC binutils 2.26"
  23. select BINUTILS_VERSION_2_26_ARC
  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....