48391acd2c
* When select full binutils binaries use the default INSTALL_TARGET_CMDS from AUTOTARGET. * Menu config improvement. * Install libiberty into Staging dir. [Peter: Fix typos, Config.in fixes, install libiberty to target as well] Signed-off-by: Benoit Mauduit <benoit.mauduit@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19 lines
469 B
Plaintext
19 lines
469 B
Plaintext
config BR2_PACKAGE_BINUTILS
|
|
bool "binutils"
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
help
|
|
Install binutils on the target
|
|
|
|
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/
|