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

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