diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-09-16 14:23:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-09-16 18:49:21 +0200 |
commit | 660dc5d6384ee0fec89919adebfc54bd9a798398 (patch) | |
tree | 0ada3a4a8643c05aecc9b1a34c204637b14252d9 /target/config/Config.in.compiler | |
parent | 9c51f2abde740390d3a9e89530754ea70dec111c (diff) |
gcc: add 11.2
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r-- | target/config/Config.in.compiler | 6 |
1 files changed, 6 insertions, 0 deletions
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 |