board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / binutils / Config.in.host
blob37742fbe4ec8534c9e879b8357257846a005ae8d
1 comment "Binutils Options"
3 choice
4         prompt "Binutils Version"
5         depends on !BR2_arc
6         default BR2_BINUTILS_VERSION_2_26_X
7         help
8           Select the version of binutils you wish to use.
10         config BR2_BINUTILS_VERSION_2_25_X
11                 bool "binutils 2.25.1"
12                 # supported but broken on Blackfin
13                 depends on !BR2_bfin
15         config BR2_BINUTILS_VERSION_2_26_X
16                 bool "binutils 2.26.1"
18         config BR2_BINUTILS_VERSION_2_27_X
19                 bool "binutils 2.27"
21 endchoice
23 config BR2_BINUTILS_VERSION
24         string
25         default "arc-2017.03-eng008"    if BR2_arc
26         default "2.25.1"        if BR2_BINUTILS_VERSION_2_25_X
27         default "2.26.1"        if BR2_BINUTILS_VERSION_2_26_X
28         default "2.27"          if BR2_BINUTILS_VERSION_2_27_X
30 config BR2_BINUTILS_ENABLE_LTO
31         bool
33 config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
34         string "Additional binutils options"
35         default ""
36         help
37           Any additional binutils options you may want to include.