toolchain/gcc: fix broken gcc version selection
[openwrt/staging/dedeckeh.git] / toolchain / gcc / Config.version
index 04321889b837e17555af8fdc0e16efe8ce97cb82..7d4bedfbe992756289d340b92cf26b22a8320b61 100644 (file)
@@ -1,14 +1,8 @@
-config GCC_VERSION_6_3_ARC
-       default y if (!TOOLCHAINOPTS && arc)
+config GCC_VERSION_11
+       default y if GCC_USE_VERSION_11
        bool
 
 config GCC_VERSION
        string
-       default "arc-2017.03-release"   if GCC_VERSION_6_3_ARC
-       default "6.3.0"         if GCC_USE_VERSION_6
-       default "7.2.0"         if GCC_USE_VERSION_7
-       default "5.4.0"
-
-config GCC_VERSION_6_3
-       bool
-       default y       if GCC_VERSION_6_3_ARC
+       default "11.3.0"        if GCC_VERSION_11
+       default "12.2.0"