Explorar o código

toolchain: Don't force GCC8 on ARC

This prevents overriding it to use GCC9.

Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Christian Lamparter <[email protected]>
[changed logic to not fall back on 7.4]
Rosen Penev %!s(int64=6) %!d(string=hai) anos
pai
achega
7fad676115
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      toolchain/gcc/Config.version

+ 1 - 1
toolchain/gcc/Config.version

@@ -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