summaryrefslogtreecommitdiffstats
path: root/rules/cross-binutils.in
blob: 1014c22bd6b5bfa6a40ff79421f845dc06555f6d (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
# 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"

endif