1 # Choose binutils version.
4 prompt "Binutils Version" if TOOLCHAINOPTS
5 default BINUTILS_VERSION_2_17
7 Select the version of binutils you wish to use.
9 config BINUTILS_VERSION_2_17
12 config BINUTILS_VERSION_2_18
17 config EXTRA_BINUTILS_CONFIG_OPTIONS
19 prompt "Additional binutils options" if TOOLCHAINOPTS
22 Any additional binutils options you may want to include....
24 config BINUTILS_VERSION
26 prompt "Binutils Version" if (TOOLCHAINOPTS && NULL)
27 default "2.17" if BINUTILS_VERSION_2_17
28 default "2.18" if BINUTILS_VERSION_2_18