toolchain/binutils: add support for version 2.41
[openwrt/staging/wigyori.git] / toolchain / binutils / Config.version
index 66e1ee2c781526d80a36b5bff7f3acc150b6f4c9..acb764bb6a741b62b113881e072da6ad14dd052d 100644 (file)
@@ -1,17 +1,24 @@
-config BINUTILS_VERSION_2_27
-       default y if (!TOOLCHAINOPTS && !arc)
+
+config BINUTILS_VERSION_2_37
+       bool
+
+config BINUTILS_VERSION_2_38
        bool
 
-config BINUTILS_VERSION_2_28
+config BINUTILS_VERSION_2_39
        bool
 
-config BINUTILS_VERSION_2_26_ARC
-       default y if (!TOOLCHAINOPTS && arc)
+config BINUTILS_VERSION_2_40
+       default y if !TOOLCHAINOPTS
+       bool
+
+config BINUTILS_VERSION_2_41
        bool
 
 config BINUTILS_VERSION
        string
-       default "2.27"                 if BINUTILS_VERSION_2_27
-       default "2.28"                 if BINUTILS_VERSION_2_28
-       default "arc-2016.03"          if BINUTILS_VERSION_2_26_ARC
-
+       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