diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-03 12:37:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-03 12:37:48 +0200 |
commit | 3770a0d3bfbfa9cd17ed0e87a5369287299e1e72 (patch) | |
tree | 178c0529ad0891a149b953fbc8e33ecc02ec2b66 /target/config | |
parent | 16fa3f949a6480c13d09827a940deaf92f59682e (diff) |
gcc: update to 14.2.0
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 41091c763..d744915dc 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -32,7 +32,7 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_NDS32 config ADK_TOOLCHAIN_GCC_14 - bool "14.1.0" + bool "14.2.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG |