]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
oprofile: allow builds with external toolchains
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 27 Oct 2011 12:05:49 +0000 (14:05 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 27 Oct 2011 12:05:49 +0000 (14:05 +0200)
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>
package/oprofile/Config.in

index 0e3652d39bde0097a9f95ac5d6c4b63cdac9f900..562c9105e9fb5f64031a7c14a8e3f2bab7d7a094 100644 (file)
@@ -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