toolchain: gcc: Update to version 10.3.0
[openwrt/openwrt.git] / toolchain / binutils / Config.version
index 3a0fc5b43ff9f7e260afe3419ad641291e16880d..ed3018328e66e80ef3a6cbcbaa032875d5fd9a24 100644 (file)
@@ -1,20 +1,15 @@
-config BINUTILS_VERSION_2_29_ARC
-       bool
-
-config BINUTILS_VERSION_2_29_1
+config BINUTILS_VERSION_2_32
        bool
 
-config BINUTILS_VERSION_2_31_1
-       default y if (!TOOLCHAINOPTS && !arc)
+config BINUTILS_VERSION_2_34
+       default y if !TOOLCHAINOPTS
        bool
 
-config BINUTILS_VERSION_2_32
-       default y if (!TOOLCHAINOPTS && arc)
+config BINUTILS_VERSION_2_35_1
        bool
 
 config BINUTILS_VERSION
        string
-       default "2.29.1"               if BINUTILS_VERSION_2_29_1
-       default "2.31.1"               if BINUTILS_VERSION_2_31_1
-       default "2.32"                 if BINUTILS_VERSION_2_32
-       default "arc-2017.09"          if BINUTILS_VERSION_2_29_ARC
+       default "2.32"                  if BINUTILS_VERSION_2_32
+       default "2.34"                  if BINUTILS_VERSION_2_34
+       default "2.35.1"                        if BINUTILS_VERSION_2_35_1