toolchain/binutils: switch to version 2.37 by default
[openwrt/staging/chunkeey.git] / toolchain / binutils / Config.in
index 3ef128d60f29b4368f813477c42023de1569cd7f..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.
 
@@ -17,6 +17,14 @@ choice
        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