diff options
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r-- | target/config/Config.in.compiler | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 57dcf54e3..be0ce72ff 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -37,19 +37,19 @@ config ADK_TOOLCHAIN_GCC_15 depends on !ADK_TARGET_ARCH_METAG config ADK_TOOLCHAIN_GCC_14 - bool "14.2.0" + bool "14.3.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG config ADK_TOOLCHAIN_GCC_13 - bool "13.3.0" + bool "13.4.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG config ADK_TOOLCHAIN_GCC_12 - bool "12.4.0" + bool "12.5.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG |