toolchain: Don't force GCC8 on ARC

This prevents overriding it to use GCC9.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
[changed logic to not fall back on 7.4]
This commit is contained in:
Rosen Penev 2019-06-20 12:33:04 -07:00 committed by Christian Lamparter
parent 243765e389
commit 7fad676115
1 changed files with 1 additions and 1 deletions

View 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