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>
This commit is contained in:
parent
de75da8b13
commit
660d16f490
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_BINUTILS
|
config BR2_PACKAGE_BINUTILS
|
||||||
bool "binutils"
|
bool "binutils"
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
|
depends on !BR2_aarch64
|
||||||
help
|
help
|
||||||
Install binutils on the target
|
Install binutils on the target
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ config BR2_PACKAGE_OPROFILE
|
|||||||
select BR2_PACKAGE_POPT
|
select BR2_PACKAGE_POPT
|
||||||
select BR2_PACKAGE_BINUTILS
|
select BR2_PACKAGE_BINUTILS
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on !BR2_aarch64 # binutils
|
||||||
help
|
help
|
||||||
OProfile is a system-wide profiler for Linux systems,
|
OProfile is a system-wide profiler for Linux systems,
|
||||||
capable of profiling all running code at low overhead.
|
capable of profiling all running code at low overhead.
|
||||||
|
Loading…
Reference in New Issue
Block a user