Config.in 595 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_BINUTILS
  2. bool "libbfd (binutils)"
  3. depends on BR2_TOOLCHAIN_BUILDROOT
  4. select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
  5. select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
  6. help
  7. Install libbfd from binutils in the target.
  8. This is used by oprofile to avoid a full-blown target binutils.
  9. config BR2_PACKAGE_BINUTILS_TARGET
  10. bool "binutils binaries"
  11. depends on BR2_PACKAGE_BINUTILS
  12. help
  13. The GNU Binutils are a collection of binary tools:
  14. ld - the GNU linker.
  15. as - the GNU assembler.
  16. and others...
  17. http://www.gnu.org/software/binutils/