build: fix menuconfig submenu sorting for gcc options
[openwrt/staging/mkresin.git] / toolchain / gcc / Config.in
index 2c592a904b72e5bf786b03ed3a532be93ff40c70..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.
 
@@ -22,11 +21,6 @@ choice
                bool "gcc 9.x"
 endchoice
 
-config GCC_USE_IREMAP
-       default y if ( GCC_USE_VERSION_5 || GCC_USE_VERSION_7 )
-       default n
-       bool
-
 config GCC_USE_GRAPHITE
        bool
        prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS