X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=toolchain%2Fbinutils%2FConfig.in;h=3d9e8284e9abca5e278696c5f7d19bdaeafce594;hp=7fe797a5aa413dff9aa7cf7d7e757e18952d86ad;hb=HEAD;hpb=2c547e367d2812d850b6761a5cdde2c9cde0af9a diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 7fe797a5aa..caa9bcde8b 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -2,7 +2,7 @@ choice prompt "Binutils Version" if TOOLCHAINOPTS - default BINUTILS_USE_VERSION_2_39 + default BINUTILS_USE_VERSION_2_42 help Select the version of binutils you wish to use. @@ -17,6 +17,18 @@ choice config BINUTILS_USE_VERSION_2_39 bool "Binutils 2.39" select BINUTILS_VERSION_2_39 + + config BINUTILS_USE_VERSION_2_40 + bool "Binutils 2.40" + select BINUTILS_VERSION_2_40 + + config BINUTILS_USE_VERSION_2_41 + bool "Binutils 2.41" + select BINUTILS_VERSION_2_41 + + config BINUTILS_USE_VERSION_2_42 + bool "Binutils 2.42" + select BINUTILS_VERSION_2_42 endchoice config EXTRA_BINUTILS_CONFIG_OPTIONS