toolchain: Update GCC 8 to version 8.4.0
[openwrt/staging/mkresin.git] / toolchain / gcc / Config.version
index 0658f3d52b8db33ac325bc27b6c7f52aaeb2a385..a6306990d9f8b52b261395cb862908611ddb6acc 100644 (file)
@@ -13,6 +13,11 @@ config GCC_VERSION_9
 config GCC_VERSION
        string
        default "5.5.0"         if GCC_VERSION_5
-       default "7.4.0"         if GCC_VERSION_7
+       default "7.5.0"         if GCC_VERSION_7
        default "9.2.0"         if GCC_VERSION_9
-       default "8.3.0"
+       default "8.4.0"
+
+config GCC_USE_IREMAP
+       bool
+       default y if ( GCC_USE_VERSION_5 || GCC_USE_VERSION_7 )
+       default n