Config.in 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # Choose binutils version.
  2. comment "Binutils Options"
  3. choice
  4. prompt "Binutils Version"
  5. default BR2_BINUTILS_VERSION_2_16_1
  6. help
  7. Select the version of binutils you wish to use.
  8. config BR2_BINUTILS_VERSION_2_14_90_0_8
  9. depends !BR2_nios2
  10. bool "binutils 2.14.90.0.8"
  11. config BR2_BINUTILS_VERSION_2_15
  12. bool "binutils 2.15"
  13. config BR2_BINUTILS_VERSION_2_15_94_0_2_2
  14. depends !BR2_nios2
  15. bool "binutils 2.15.94.0.2.2"
  16. config BR2_BINUTILS_VERSION_2_15_97
  17. depends !BR2_nios2
  18. bool "binutils 2.15.97"
  19. config BR2_BINUTILS_VERSION_2_16_1
  20. depends !BR2_nios2
  21. bool "binutils 2.16.1"
  22. config BR2_BINUTILS_VERSION_2_16_90_0_3
  23. depends !BR2_nios2
  24. bool "binutils 2.16.90.0.3"
  25. config BR2_BINUTILS_VERSION_2_16_91_0_3
  26. depends !BR2_nios2
  27. bool "binutils 2.16.91.0.3"
  28. config BR2_BINUTILS_VERSION_2_16_91_0_4
  29. depends !BR2_nios2
  30. bool "binutils 2.16.91.0.4"
  31. config BR2_BINUTILS_VERSION_2_16_91_0_5
  32. depends !BR2_nios2
  33. bool "binutils 2.16.91.0.5"
  34. endchoice
  35. config BR2_BINUTILS_VERSION
  36. string
  37. default "2.14.90.0.8" if BR2_BINUTILS_VERSION_2_14_90_0_8
  38. default "2.15" if BR2_BINUTILS_VERSION_2_15
  39. default "2.15.94.0.2.2" if BR2_BINUTILS_VERSION_2_15_94_0_2_2
  40. default "2.15.97" if BR2_BINUTILS_VERSION_2_15_97
  41. default "2.16.1" if BR2_BINUTILS_VERSION_2_16_1
  42. default "2.16.90.0.3" if BR2_BINUTILS_VERSION_2_16_90_0_3
  43. default "2.16.91.0.3" if BR2_BINUTILS_VERSION_2_16_91_0_3
  44. default "2.16.91.0.4" if BR2_BINUTILS_VERSION_2_16_91_0_4
  45. default "2.16.91.0.5" if BR2_BINUTILS_VERSION_2_16_91_0_5