From: Rosen Penev Date: Thu, 20 Jun 2019 19:33:04 +0000 (-0700) Subject: toolchain: Don't force GCC8 on ARC X-Git-Tag: v21.02.0-rc1~5625 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=7fad6761150ca5e54553255b41d8edf6be582405 toolchain: Don't force GCC8 on ARC This prevents overriding it to use GCC9. Signed-off-by: Rosen Penev Signed-off-by: Christian Lamparter [changed logic to not fall back on 7.4] --- diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index ef9bbb82e2..2a9dc289db 100644 --- a/toolchain/gcc/Config.version +++ b/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