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

menuconfig BINUTILS
	tristate
	select GCCLIBS_GCC_S
	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