summaryrefslogtreecommitdiffstats
path: root/rules/cross-binutils.in
blob: d29c4e40ef592d1dfa9b5a121c84c023aa820dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# config for cross-binutils

menuconfig CROSS_BINUTILS
	bool
	select HOST_ZLIB
	select HOST_FAKE_MAKEINFO
	prompt "binutils                    "

if CROSS_BINUTILS

config CROSS_BINUTILS_VERSION
	string
	prompt "binutils version"
	default "2.18"
	help
	  Specify the binutils version here.

config CROSS_BINUTILS_MD5
	string
	prompt "binutils source md5sum"

config CROSS_BINUTILS_LICENSE
	string
	prompt "binutils license"

config CROSS_BINUTILS_LICENSE_FILES
	string
	prompt "binutils license files"

config CROSS_BINUTILS_LD_REAL
	bool

endif