diff options
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Config.version | 2 |
1 files changed, 1 insertions, 1 deletions
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 |