From 810754a939684505674715d4ac8b091cab7ff46d Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 21 Aug 2021 05:08:36 +0800 Subject: [PATCH] toolchain/gcc: rollback to version 8 Signed-off-by: Tianling Shen --- toolchain/gcc/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 4b25c85016..5ac93217f8 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -2,7 +2,7 @@ choice prompt "GCC compiler Version" if TOOLCHAINOPTS - default GCC_USE_VERSION_10 + default GCC_USE_VERSION_8 help Select the version of gcc you wish to use.