Config.in 770 B

1234567891011121314151617181920212223242526272829303132
  1. # Choose binutils version.
  2. choice
  3. prompt "Binutils Version" if TOOLCHAINOPTS
  4. default BINUTILS_USE_VERSION_2_25_1 if !arc
  5. default BINUTILS_USE_VERSION_2_26_ARC if arc
  6. help
  7. Select the version of binutils you wish to use.
  8. config BINUTILS_USE_VERSION_2_25_1
  9. depends on !arc
  10. bool "Binutils 2.25.1"
  11. select BINUTILS_VERSION_2_25_1
  12. config BINUTILS_USE_VERSION_2_27
  13. depends on !arc
  14. bool "Binutils 2.27"
  15. select BINUTILS_VERSION_2_27
  16. config BINUTILS_USE_VERSION_2_26_ARC
  17. depends on arc
  18. bool "ARC binutils 2.26"
  19. select BINUTILS_VERSION_2_26_ARC
  20. endchoice
  21. config EXTRA_BINUTILS_CONFIG_OPTIONS
  22. string
  23. prompt "Additional binutils configure options" if TOOLCHAINOPTS
  24. default ""
  25. help
  26. Any additional binutils options you may want to include....