]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/binutils/Config.in.host
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / binutils / Config.in.host
1 comment "Binutils Options"
2
3 choice
4         prompt "Binutils Version"
5         default BR2_BINUTILS_VERSION_2_29_X if !BR2_arc
6         default BR2_BINUTILS_VERSION_ARC if BR2_arc
7         help
8           Select the version of binutils you wish to use.
9
10 config BR2_BINUTILS_VERSION_2_28_X
11         bool "binutils 2.28.1"
12         depends on !BR2_arc
13
14 config BR2_BINUTILS_VERSION_2_29_X
15         bool "binutils 2.29.1"
16
17 config BR2_BINUTILS_VERSION_2_30_X
18         bool "binutils 2.30"
19
20 config BR2_BINUTILS_VERSION_ARC
21         bool "binutils arc (2.29)"
22         depends on BR2_arc
23 endchoice
24
25 config BR2_BINUTILS_VERSION
26         string
27         default "arc-2018.03-rc1"       if BR2_BINUTILS_VERSION_ARC
28         default "2.28.1"        if BR2_BINUTILS_VERSION_2_28_X
29         default "2.29.1"        if BR2_BINUTILS_VERSION_2_29_X
30         default "2.30"          if BR2_BINUTILS_VERSION_2_30_X
31
32 config BR2_BINUTILS_ENABLE_LTO
33         bool
34
35 config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
36         string "Additional binutils options"
37         default ""
38         help
39           Any additional binutils options you may want to include.