Browse Source

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 6 years ago
parent
commit
7fad676115
1 changed files with 1 additions and 1 deletions
  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