build: fix menuconfig submenu sorting for gcc options
[openwrt/staging/wigyori.git] / toolchain / gcc / Config.version
index 0658f3d52b8db33ac325bc27b6c7f52aaeb2a385..687857bd1f238caa1dd70b4f3769bf81515492f1 100644 (file)
@@ -16,3 +16,8 @@ config GCC_VERSION
        default "7.4.0"         if GCC_VERSION_7
        default "9.2.0"         if GCC_VERSION_9
        default "8.3.0"
+
+config GCC_USE_IREMAP
+       bool
+       default y if ( GCC_USE_VERSION_5 || GCC_USE_VERSION_7 )
+       default n