toolchain/binutils: switch to version 2.40 by default
[openwrt/staging/dedeckeh.git] / toolchain / binutils / Config.in
index 0bc8bbd0a3f47fc340769cb2581cf4ada0140a61..e53384a00620ea343188235d14179eaebe36fb7f 100644 (file)
@@ -2,7 +2,7 @@
 
 choice
        prompt "Binutils Version" if TOOLCHAINOPTS
-       default BINUTILS_USE_VERSION_2_37
+       default BINUTILS_USE_VERSION_2_40
        help
          Select the version of binutils you wish to use.
 
@@ -17,6 +17,10 @@ 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
 endchoice
 
 config EXTRA_BINUTILS_CONFIG_OPTIONS