Config.in 644 B

123456789101112131415161718192021222324252627
  1. # Choose binutils version.
  2. choice
  3. prompt "Binutils Version" if TOOLCHAINOPTS
  4. default BINUTILS_USE_VERSION_2_42
  5. help
  6. Select the version of binutils you wish to use.
  7. config BINUTILS_USE_VERSION_2_40
  8. bool "Binutils 2.40"
  9. select BINUTILS_VERSION_2_40
  10. config BINUTILS_USE_VERSION_2_42
  11. bool "Binutils 2.42"
  12. select BINUTILS_VERSION_2_42
  13. config BINUTILS_USE_VERSION_2_43
  14. bool "Binutils 2.43.1"
  15. select BINUTILS_VERSION_2_43
  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....