summaryrefslogtreecommitdiffstats
path: root/rules/binutils.in
blob: 635ccb6f71c05f1ff920009935226268f338d230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## SECTION=debug_tools

menuconfig BINUTILS
	tristate
	select GCCLIBS_GCC_S
	select ZLIB
	prompt "binutils                      "
	help
	  The GNU binutils are needed for some debug utilities, like oprofile.

if BINUTILS

config BINUTILS_READELF
	bool
	prompt "readelf"

config BINUTILS_OBJDUMP
	bool
	prompt "objdump"

endif