From bf540f333ce6426b353d1f025455c1dfc0d089f6 Mon Sep 17 00:00:00 2001 From: Syrone Wong Date: Wed, 8 Jul 2020 06:41:21 +0800 Subject: toolchain/gcc: Add GCC 10.1.0 config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add needed config changes and tarball hash for new GCC version. Signed-off-by: Syrone Wong [added missing commit description] Signed-off-by: Petr Štetiar --- toolchain/gcc/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolchain/gcc/Config.in') diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 4b2ba7aaae..1aadae6839 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -19,6 +19,9 @@ choice config GCC_USE_VERSION_9 bool "gcc 9.x" + + config GCC_USE_VERSION_10 + bool "gcc 10.x" endchoice config GCC_USE_GRAPHITE -- cgit v1.2.3