2
0

Config.in 553 B

1234567891011121314151617181920212223
  1. # Choose binutils version.
  2. choice
  3. prompt "Binutils Version" if TOOLCHAINOPTS
  4. default BINUTILS_USE_VERSION_2_37
  5. help
  6. Select the version of binutils you wish to use.
  7. config BINUTILS_USE_VERSION_2_37
  8. bool "Binutils 2.37"
  9. select BINUTILS_VERSION_2_37
  10. config BINUTILS_USE_VERSION_2_38
  11. bool "Binutils 2.38"
  12. select BINUTILS_VERSION_2_38
  13. endchoice
  14. config EXTRA_BINUTILS_CONFIG_OPTIONS
  15. string
  16. prompt "Additional binutils configure options" if TOOLCHAINOPTS
  17. default ""
  18. help
  19. Any additional binutils options you may want to include....