unset INITRAMFS_SOURCE if appropriate
[buildroot.git] / toolchain / binutils / Config.in
blob61617a90911028386aabbadebd5fbc9c4b006dd7
1 # Choose binutils version.
3 comment "Binutils Options"
5 choice
6         prompt "Binutils Version"
7         default BR2_BINUTILS_VERSION_2_19
8         help
9           Select the version of binutils you wish to use.
11         config BR2_BINUTILS_VERSION_2_17
12                 depends on BR2_avr32 || !BR2_nios2
13                 depends on BR2_DEPRECATED
14                 bool "binutils 2.17"
16         config BR2_BINUTILS_VERSION_2_17_50_0_17
17                 depends on !BR2_avr32 && !BR2_nios2
18                 depends on BR2_DEPRECATED
19                 bool "binutils 2.17.50.0.17"
21         config BR2_BINUTILS_VERSION_2_18
22                 depends on !BR2_avr32 && !BR2_nios2
23                 bool "binutils 2.18"
25         config BR2_BINUTILS_VERSION_2_18_50_0_1
26                 depends on !BR2_avr32 && !BR2_nios2
27                 depends on BR2_DEPRECATED
28                 bool "binutils 2.18.50.0.1"
30         config BR2_BINUTILS_VERSION_2_18_50_0_3
31                 depends on !BR2_avr32 && !BR2_nios2
32                 depends on BR2_DEPRECATED
33                 bool "binutils 2.18.50.0.3"
35         config BR2_BINUTILS_VERSION_2_18_50_0_6
36                 depends on !BR2_avr32 && !BR2_nios2
37                 depends on BR2_DEPRECATED
38                 bool "binutils 2.18.50.0.6"
40         config BR2_BINUTILS_VERSION_2_18_50_0_8
41                 depends on !BR2_avr32 && !BR2_nios2
42                 depends on BR2_DEPRECATED
43                 bool "binutils 2.18.50.0.8"
45         config BR2_BINUTILS_VERSION_2_18_50_0_9
46                 depends on !BR2_avr32 && !BR2_nios2
47                 depends on BR2_DEPRECATED
48                 bool "binutils 2.18.50.0.9"
50         config BR2_BINUTILS_VERSION_2_19
51                 depends on !BR2_avr32 && !BR2_nios2
52                 bool "binutils 2.19"
53 endchoice
55 config BR2_BINUTILS_VERSION
56         string
57         default "2.17"          if BR2_BINUTILS_VERSION_2_17
58         default "2.17.50.0.17"  if BR2_BINUTILS_VERSION_2_17_50_0_17
59         default "2.18"          if BR2_BINUTILS_VERSION_2_18
60         default "2.18.50.0.1"   if BR2_BINUTILS_VERSION_2_18_50_0_1
61         default "2.18.50.0.3"   if BR2_BINUTILS_VERSION_2_18_50_0_3
62         default "2.18.50.0.6"   if BR2_BINUTILS_VERSION_2_18_50_0_6
63         default "2.18.50.0.8"   if BR2_BINUTILS_VERSION_2_18_50_0_8
64         default "2.18.50.0.9"   if BR2_BINUTILS_VERSION_2_18_50_0_9
65         default "2.19.50.0.1"   if BR2_BINUTILS_VERSION_2_19_50_0_1
66         default "2.19"          if BR2_BINUTILS_VERSION_2_19
68 config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS
69         string "Additional binutils options"
70         default ""
71         help
72           Any additional binutils options you may want to include.