toolchain/binutils: add support for version 2.41
[openwrt/staging/jow.git] / toolchain / binutils / Config.version
index c9f85844808663b7b8dbb1eef59c27deddbe4c0a..acb764bb6a741b62b113881e072da6ad14dd052d 100644 (file)
@@ -12,9 +12,13 @@ config BINUTILS_VERSION_2_40
        default y if !TOOLCHAINOPTS
        bool
 
+config BINUTILS_VERSION_2_41
+       bool
+
 config BINUTILS_VERSION
        string
        default "2.37"                  if BINUTILS_VERSION_2_37
        default "2.38"                  if BINUTILS_VERSION_2_38
        default "2.39"                  if BINUTILS_VERSION_2_39
        default "2.40"                  if BINUTILS_VERSION_2_40
+       default "2.41"                  if BINUTILS_VERSION_2_41