From fa74d858fd7f19b8885669ca6444a6551d2f56ad Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Wed, 20 Nov 2019 00:04:13 +0800 Subject: [PATCH] toolchain/gcc: adjust for gcc-7 --- toolchain/gcc/Config.version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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