diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-07-26 15:06:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-07-26 15:06:12 +0200 |
commit | 106e1a01d119da8006d4dc5f68e5404424510585 (patch) | |
tree | 9f537f9cf8666d56f63cf6851de963ab07ae2c82 /target | |
parent | f31156b05fb809fd0badadaf15e0a07873284d39 (diff) |
gcc: add gcc-13.1
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.compiler | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index a54079154..46668896a 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -28,6 +28,11 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 +config ADK_TOOLCHAIN_GCC_13 + bool "13.1.0" + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_METAG + config ADK_TOOLCHAIN_GCC_12 bool "12.3.0" depends on !ADK_TARGET_ARCH_AVR32 |