mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
oprofile: disable with external toolchain
oprofile depends on binutils_target, but binutils_target fails to build with external toolchains because the binutils version has not been choosen. As the fix is not trivial, let's just disable oprofile in external toolchain builds for the moment. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
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
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user