2010-12-31 12:39:01 +01:00
|
|
|
config BR2_PACKAGE_BINUTILS
|
2011-06-08 15:57:26 +02:00
|
|
|
bool "binutils"
|
2016-05-29 05:33:35 +02:00
|
|
|
depends on !BR2_nios2
|
2014-10-28 23:19:18 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2017-04-22 19:17:49 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
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
|
2014-10-28 23:19:18 +01:00
|
|
|
|
|
|
|
comment "binutils needs a toolchain w/ wchar"
|
2016-05-29 05:33:35 +02:00
|
|
|
depends on !BR2_nios2
|
2014-12-04 22:11:02 +01:00
|
|
|
depends on !BR2_USE_WCHAR
|