summaryrefslogtreecommitdiff
path: root/package/binutils/Config.in
diff options
context:
space:
mode:
authorBenoit Mauduit <benoit.mauduit@openwide.fr>2011-06-08 15:57:26 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-10-27 14:04:56 +0200
commit48391acd2c63ea373f9771210b3acd54ec97fb00 (patch)
treef8789514bf635c1edfa7de9a8fcf9991ba8d5814 /package/binutils/Config.in
parent8d04fa9cc676f7584658a41ccf2194a23eb8e0fe (diff)
binutils: Makefile and Config.in rework for oprofile ext toolchain compilation
* 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>
Diffstat (limited to 'package/binutils/Config.in')
-rw-r--r--package/binutils/Config.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/package/binutils/Config.in b/package/binutils/Config.in
index 9e4821a7f..e068b20d4 100644
--- a/package/binutils/Config.in
+++ b/package/binutils/Config.in
@@ -1,12 +1,9 @@
config BR2_PACKAGE_BINUTILS
- bool "libbfd (binutils)"
- depends on BR2_TOOLCHAIN_BUILDROOT
+ bool "binutils"
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
help
- Install libbfd from binutils in the target.
-
- This is used by oprofile to avoid a full-blown target binutils.
+ Install binutils on the target
config BR2_PACKAGE_BINUTILS_TARGET
bool "binutils binaries"