From 660dc5d6384ee0fec89919adebfc54bd9a798398 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 16 Sep 2021 14:23:26 +0200 Subject: gcc: add 11.2 --- target/config/Config.in.compiler | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target') diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index a28dd4b5a..648fc87c0 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -29,6 +29,12 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 +config ADK_TOOLCHAIN_GCC_11 + bool "11.2.0" + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_METAG + depends on !ADK_TARGET_ARCH_NDS32 + config ADK_TOOLCHAIN_GCC_10 bool "10.3.0" depends on !ADK_TARGET_ARCH_AVR32 -- cgit v1.2.3