Config.in 648 B

123456789101112131415161718192021222324252627
  1. # Choose binutils version.
  2. choice
  3. prompt "Binutils Version" if TOOLCHAINOPTS
  4. default BINUTILS_USE_VERSION_2_34
  5. help
  6. Select the version of binutils you wish to use.
  7. config BINUTILS_USE_VERSION_2_32
  8. bool "Binutils 2.32"
  9. select BINUTILS_VERSION_2_32
  10. config BINUTILS_USE_VERSION_2_34
  11. bool "Binutils 2.34"
  12. select BINUTILS_VERSION_2_34
  13. config BINUTILS_USE_VERSION_2_35_1
  14. bool "Binutils 2.35.1"
  15. select BINUTILS_VERSION_2_35_1
  16. endchoice
  17. config EXTRA_BINUTILS_CONFIG_OPTIONS
  18. string
  19. prompt "Additional binutils configure options" if TOOLCHAINOPTS
  20. default ""
  21. help
  22. Any additional binutils options you may want to include....