diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 4e74d6190b..d06209a483 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -2,8 +2,8 @@ config GCC_VERSION_5 default y if GCC_USE_VERSION_5 bool -config GCC_VERSION_7 - default y if GCC_USE_VERSION_7 +config GCC_VERSION_8 + default y if GCC_USE_VERSION_8 bool config GCC_VERSION_9