gcc: Update gcc 9.X to version 9.2.0
[openwrt/staging/jow.git] / toolchain / gcc / Config.version
index ef9bbb82e21366bf7492d115c3261c4679c3f759..d9732b3e0ddca02f454165b24b955ae7d487c805 100644 (file)
@@ -4,7 +4,7 @@ config GCC_VERSION_5
 
 config GCC_VERSION_8
        default y if GCC_USE_VERSION_8
-       default y if arc
+       default y if arc && !GCC_USE_VERSION_9
        bool
 
 config GCC_VERSION_9
@@ -20,5 +20,5 @@ config GCC_VERSION
        string
        default "5.5.0"         if GCC_VERSION_5
        default "8.3.0"         if GCC_VERSION_8
-       default "9.1.0"         if GCC_VERSION_9
+       default "9.2.0"         if GCC_VERSION_9
        default "7.4.0"