2010-12-31 12:39:01 +01:00
|
|
|
config BR2_PACKAGE_BINUTILS
|
2011-06-08 15:57:26 +02:00
|
|
|
bool "binutils"
|
2010-12-31 12:39:01 +01:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2012-11-28 05:36:14 +01:00
|
|
|
depends on !BR2_aarch64
|
2010-12-31 12:39:01 +01:00
|
|
|
help
|
2011-06-08 15:57:26 +02:00
|
|
|
Install binutils on the target
|
2010-12-31 12:39:01 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_BINUTILS_TARGET
|
|
|
|
bool "binutils binaries"
|
|
|
|
depends on BR2_PACKAGE_BINUTILS
|
|
|
|
help
|
|
|
|
The GNU Binutils are a collection of binary tools:
|
|
|
|
|
|
|
|
ld - the GNU linker.
|
|
|
|
as - the GNU assembler.
|
|
|
|
and others...
|
|
|
|
|
|
|
|
http://www.gnu.org/software/binutils/
|