Config.in 469 B

123456789101112131415161718
  1. config BR2_PACKAGE_BINUTILS
  2. bool "binutils"
  3. select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
  4. select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
  5. help
  6. Install binutils on the target
  7. config BR2_PACKAGE_BINUTILS_TARGET
  8. bool "binutils binaries"
  9. depends on BR2_PACKAGE_BINUTILS
  10. help
  11. The GNU Binutils are a collection of binary tools:
  12. ld - the GNU linker.
  13. as - the GNU assembler.
  14. and others...
  15. http://www.gnu.org/software/binutils/