Config.in 984 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Choose binutils version.
  2. choice
  3. prompt "Binutils Version" if TOOLCHAINOPTS
  4. default BINUTILS_USE_VERSION_2_29_1 if !arc
  5. default BINUTILS_USE_VERSION_2_29_ARC if arc
  6. help
  7. Select the version of binutils you wish to use.
  8. config BINUTILS_USE_VERSION_2_27
  9. depends on !arc
  10. bool "Binutils 2.27"
  11. select BINUTILS_VERSION_2_27
  12. config BINUTILS_USE_VERSION_2_28
  13. depends on !arc
  14. bool "Binutils 2.28"
  15. select BINUTILS_VERSION_2_28
  16. config BINUTILS_USE_VERSION_2_29_ARC
  17. depends on arc
  18. bool "ARC binutils 2.29"
  19. select BINUTILS_VERSION_2_29_ARC
  20. config BINUTILS_USE_VERSION_2_29_1
  21. depends on !arc
  22. bool "Binutils 2.29.1"
  23. select BINUTILS_VERSION_2_29_1
  24. config BINUTILS_USE_VERSION_2_30
  25. depends on !arc
  26. bool "Binutils 2.30"
  27. select BINUTILS_VERSION_2_30
  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....