diff options
| author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-27 12:05:49 (GMT) |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-27 12:05:49 (GMT) |
| commit | 7f9c4c0aa5dcd2329fc5eb17959f634fd9c9a822 (patch) | |
| tree | 68df3cbe509780d90cd8d31abfdeef1f8fab213c | |
| parent | 2a56a141e09b1540875abb572229e5eaec68aef8 (diff) | |
| download | buildroot-7f9c4c0aa5dcd2329fc5eb17959f634fd9c9a822.tar.gz buildroot-7f9c4c0aa5dcd2329fc5eb17959f634fd9c9a822.tar.bz2 | |
oprofile: allow builds with external toolchains
Based on patch by Benoit Mauduit. Now that we can build binutils for
the target with external toolchains, oprofile is also available.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| -rw-r--r-- | package/oprofile/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/oprofile/Config.in b/package/oprofile/Config.in index 0e3652d..562c910 100644 --- a/package/oprofile/Config.in +++ b/package/oprofile/Config.in @@ -1,9 +1,5 @@ config BR2_PACKAGE_OPROFILE bool "oprofile" - # The dependency on binutils_target does not work with - # external toolchains since the binutils version was not - # 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 |
