Config.in 743 B

12345678910111213141516171819202122232425262728293031
  1. # Choose binutils version.
  2. choice
  3. prompt "Binutils Version" if TOOLCHAINOPTS
  4. default BINUTILS_USE_VERSION_2_31_1 if !arc
  5. default BINUTILS_USE_VERSION_2_32 if arc
  6. help
  7. Select the version of binutils you wish to use.
  8. config BINUTILS_USE_VERSION_2_29_1
  9. depends on !arc
  10. bool "Binutils 2.29.1"
  11. select BINUTILS_VERSION_2_29_1
  12. config BINUTILS_USE_VERSION_2_31_1
  13. depends on !arc
  14. bool "Binutils 2.31.1"
  15. select BINUTILS_VERSION_2_31_1
  16. config BINUTILS_USE_VERSION_2_32
  17. bool "Binutils 2.32"
  18. select BINUTILS_VERSION_2_32
  19. endchoice
  20. config EXTRA_BINUTILS_CONFIG_OPTIONS
  21. string
  22. prompt "Additional binutils configure options" if TOOLCHAINOPTS
  23. default ""
  24. help
  25. Any additional binutils options you may want to include....