summaryrefslogtreecommitdiffstats
path: root/package/oprofile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-28 04:36:14 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-28 11:35:43 -0800
commit660d16f490500ce02c3e4eb78384bfa08a5589c5 (patch)
tree8572c27046b4b73dd0060f4082ef782f43a58cad /package/oprofile
parentde75da8b13e53f995811a48316882efd753d428d (diff)
downloadbuildroot-novena-660d16f490500ce02c3e4eb78384bfa08a5589c5.tar.gz
buildroot-novena-660d16f490500ce02c3e4eb78384bfa08a5589c5.zip
binutils: not available for the target on AArch64
Fixes: http://autobuild.buildroot.org/results/74082860f607cbd857654e9504f5f7e7ae47c0ac/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/oprofile')
-rw-r--r--package/oprofile/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/oprofile/Config.in b/package/oprofile/Config.in
index 562c9105e..8c881d15e 100644
--- a/package/oprofile/Config.in
+++ b/package/oprofile/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_OPROFILE
select BR2_PACKAGE_POPT
select BR2_PACKAGE_BINUTILS
depends on BR2_INSTALL_LIBSTDCPP
+ depends on !BR2_aarch64 # binutils
help
OProfile is a system-wide profiler for Linux systems,
capable of profiling all running code at low overhead.