diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-12-31 08:39:04 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-02 22:55:36 +0100 |
commit | 243add5abc6491db5faa079d77ff077700c59077 (patch) | |
tree | 9a3d8efaa2ce9dc59b6f27f4ffd79580aaeb2f2e /package/oprofile/Config.in | |
parent | 5bd272eb6bdd85c2de7ee1405058dbb0131b8beb (diff) | |
download | buildroot-novena-243add5abc6491db5faa079d77ff077700c59077.tar.gz buildroot-novena-243add5abc6491db5faa079d77ff077700c59077.zip |
oprofile: use new libbfd option
Convert the oprofile target to select the new libbfd staging/target
option to avoid a huge target binutils for a simple task.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/oprofile/Config.in')
-rw-r--r-- | package/oprofile/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/oprofile/Config.in b/package/oprofile/Config.in index c877daee3..0e3652d39 100644 --- a/package/oprofile/Config.in +++ b/package/oprofile/Config.in @@ -5,6 +5,7 @@ config BR2_PACKAGE_OPROFILE # choosen in the config. This will have to be fixed later. depends on !BR2_TOOLCHAIN_EXTERNAL select BR2_PACKAGE_POPT + select BR2_PACKAGE_BINUTILS depends on BR2_INSTALL_LIBSTDCPP help OProfile is a system-wide profiler for Linux systems, |