Config.in 596 B

12345678910111213141516171819202122232425
  1. # Choose binutils version.
  2. choice
  3. prompt "Binutils Version" if TOOLCHAINOPTS
  4. default BINUTILS_VERSION_LINARO
  5. help
  6. Select the version of binutils you wish to use.
  7. config BINUTILS_VERSION_LINARO
  8. bool "Linaro binutils 2.24"
  9. endchoice
  10. config EXTRA_BINUTILS_CONFIG_OPTIONS
  11. string
  12. prompt "Additional binutils configure options" if TOOLCHAINOPTS
  13. default ""
  14. help
  15. Any additional binutils options you may want to include....
  16. config BINUTILS_VERSION
  17. string
  18. prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
  19. default "linaro" if BINUTILS_VERSION_LINARO
  20. default "linaro"