toolchain/binutils: switch to version 2.37 by default
[openwrt/openwrt.git] / toolchain / binutils / Config.in
index 3d9e8284e9abca5e278696c5f7d19bdaeafce594..493b6e4f5a225d966398d34fbface83a50df3a55 100644 (file)
@@ -2,7 +2,7 @@
 
 choice
        prompt "Binutils Version" if TOOLCHAINOPTS
-       default BINUTILS_USE_VERSION_2_34
+       default BINUTILS_USE_VERSION_2_37
        help
          Select the version of binutils you wish to use.
 
@@ -14,9 +14,17 @@ choice
                bool "Binutils 2.34"
                select BINUTILS_VERSION_2_34
 
-       config BINUTILS_USE_VERSION_2_35_1
-               bool "Binutils 2.35.1"
-               select BINUTILS_VERSION_2_35_1
+       config BINUTILS_USE_VERSION_2_35_2
+               bool "Binutils 2.35.2"
+               select BINUTILS_VERSION_2_35_2
+
+       config BINUTILS_USE_VERSION_2_36_1
+               bool "Binutils 2.36.1"
+               select BINUTILS_VERSION_2_36_1
+
+       config BINUTILS_USE_VERSION_2_37
+               bool "Binutils 2.37"
+               select BINUTILS_VERSION_2_37
 endchoice
 
 config EXTRA_BINUTILS_CONFIG_OPTIONS