summaryrefslogtreecommitdiffstats
path: root/rules/host-binutils.in
blob: f66bfcae9feb537cdf69f53fbc7a12b0a115c7f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# binutils configuration 

menuconfig HOST_BINUTILS
	prompt "binutils"
	bool

config HOST_BINUTILS_LIBBFD
	bool
	depends on HOST_BINUTILS
	prompt "libbfd"
	default n
	help
	  The GNU binary utilities / GNU BFD library

config HOST_BINUTILS_LIBIBERTY
	bool
	depends on HOST_BINUTILS
	prompt "libiberty"
	default N
	help
	  FIXME