Config.in 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. config BR2_BINUTILS_VERSION_2_16_91_0_6
  35. depends !BR2_nios2
  36. bool "binutils 2.16.91.0.6"
  37. config BR2_BINUTILS_VERSION_2_16_91_0_7
  38. depends !BR2_nios2
  39. bool "binutils 2.16.91.0.7"
  40. endchoice
  41. config BR2_BINUTILS_VERSION
  42. string
  43. default "2.14.90.0.8" if BR2_BINUTILS_VERSION_2_14_90_0_8
  44. default "2.15" if BR2_BINUTILS_VERSION_2_15
  45. default "2.15.94.0.2.2" if BR2_BINUTILS_VERSION_2_15_94_0_2_2
  46. default "2.15.97" if BR2_BINUTILS_VERSION_2_15_97
  47. default "2.16.1" if BR2_BINUTILS_VERSION_2_16_1
  48. default "2.16.90.0.3" if BR2_BINUTILS_VERSION_2_16_90_0_3
  49. default "2.16.91.0.3" if BR2_BINUTILS_VERSION_2_16_91_0_3
  50. default "2.16.91.0.4" if BR2_BINUTILS_VERSION_2_16_91_0_4
  51. default "2.16.91.0.5" if BR2_BINUTILS_VERSION_2_16_91_0_5
  52. default "2.16.91.0.6" if BR2_BINUTILS_VERSION_2_16_91_0_6
  53. default "2.16.91.0.7" if BR2_BINUTILS_VERSION_2_16_91_0_7
  54. config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS
  55. string "Additional binutils options"
  56. default ""
  57. help
  58. Any additional binutils options you may want to include..