build: fix menuconfig submenu sorting for gcc options
[openwrt/staging/dedeckeh.git] / toolchain / gcc / Config.in
index a069cb69e7b633f8a3a8e10e5084556a3b751268..7d7f34210a6d4ee8f5a9f192525cbdc3deb8fed1 100644 (file)
@@ -2,8 +2,7 @@
 
 choice
        prompt "GCC compiler Version" if TOOLCHAINOPTS
-       default GCC_USE_VERSION_8 if arc
-       default GCC_USE_VERSION_7
+       default GCC_USE_VERSION_8
        help
          Select the version of gcc you wish to use.
 
@@ -17,6 +16,9 @@ choice
 
        config GCC_USE_VERSION_8
                bool "gcc 8.x"
+
+       config GCC_USE_VERSION_9
+               bool "gcc 9.x"
 endchoice
 
 config GCC_USE_GRAPHITE