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]
master
Rosen Penev 5 years ago committed by Christian Lamparter
parent 243765e389
commit 7fad676115

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

Loading…
Cancel
Save