Config.in 1011 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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_24_LINARO
  9. depends on !arc
  10. bool "Linaro binutils 2.24"
  11. select BINUTILS_VERSION_2_24_LINARO
  12. config BINUTILS_USE_VERSION_2_25_1
  13. depends on !arc
  14. bool "Binutils 2.25.1"
  15. select BINUTILS_VERSION_2_25_1
  16. config BINUTILS_USE_VERSION_2_26_1
  17. depends on !arc
  18. bool "Binutils 2.26.1"
  19. select BINUTILS_VERSION_2_26_1
  20. config BINUTILS_USE_VERSION_2_27
  21. depends on !arc
  22. bool "Binutils 2.27"
  23. select BINUTILS_VERSION_2_27
  24. config BINUTILS_USE_VERSION_2_26_ARC
  25. depends on arc
  26. bool "ARC binutils 2.26"
  27. select BINUTILS_VERSION_2_26_ARC
  28. endchoice
  29. config EXTRA_BINUTILS_CONFIG_OPTIONS
  30. string
  31. prompt "Additional binutils configure options" if TOOLCHAINOPTS
  32. default ""
  33. help
  34. Any additional binutils options you may want to include....