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
|
2013-12-22 19:31:28 +01:00
|
|
|
depends on !BR2_aarch64 && !BR2_nios2
|
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
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_BINUTILS
|
|
|
|
|
2010-12-31 12:39:01 +01:00
|
|
|
config BR2_PACKAGE_BINUTILS_TARGET
|
|
|
|
bool "binutils binaries"
|
|
|
|
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/
|
2013-12-20 22:31:30 +01:00
|
|
|
|
|
|
|
endif
|