Commit 660d16f4 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files
parent de75da8b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_BINUTILS
	bool "binutils"
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
	depends on !BR2_aarch64
	help
	  Install binutils on the target

+1 −0
Original line number Diff line number Diff line
@@ -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.