Config.in.host 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. comment "Binutils Options"
  2. config BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
  3. bool
  4. default y
  5. depends on !BR2_microblaze
  6. choice
  7. prompt "Binutils Version"
  8. default BR2_BINUTILS_VERSION_2_43_X if !BR2_arc
  9. default BR2_BINUTILS_VERSION_ARC if BR2_arc
  10. help
  11. Select the version of binutils you wish to use.
  12. config BR2_BINUTILS_VERSION_2_41_X
  13. bool "binutils 2.41"
  14. config BR2_BINUTILS_VERSION_ARC
  15. bool "binutils arc (2.41)"
  16. depends on BR2_arc
  17. config BR2_BINUTILS_VERSION_2_42_X
  18. bool "binutils 2.42"
  19. config BR2_BINUTILS_VERSION_2_43_X
  20. bool "binutils 2.43.1"
  21. config BR2_BINUTILS_VERSION_2_44_X
  22. bool "binutils 2.44"
  23. endchoice
  24. config BR2_BINUTILS_VERSION
  25. string
  26. default "arc-2023.09-release" if BR2_BINUTILS_VERSION_ARC
  27. default "2.41" if BR2_BINUTILS_VERSION_2_41_X
  28. default "2.42" if BR2_BINUTILS_VERSION_2_42_X
  29. default "2.43.1" if BR2_BINUTILS_VERSION_2_43_X
  30. default "2.44" if BR2_BINUTILS_VERSION_2_44_X
  31. config BR2_BINUTILS_GPROFNG
  32. bool "gprofng support"
  33. depends on !BR2_BINUTILS_VERSION_ARC
  34. help
  35. This option enables support for gprofng, a new profiler.
  36. config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
  37. string "Additional binutils options"
  38. default ""
  39. help
  40. Any additional binutils options you may want to include.