diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-16 06:45:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-16 06:45:30 +0100 |
commit | 7667a1c18fffe2a21c1ef7e4da54b6693b982bc7 (patch) | |
tree | 65dd3e4bb293b008c888b7481b8e66527032d1af /target | |
parent | 8c91a07d639757ccc9835fc8dd7672773eecf1ce (diff) |
gcc: default to 14.2.0
Diffstat (limited to 'target')
-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 4c07e594e..e32134d90 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -23,7 +23,7 @@ default ADK_TOOLCHAIN_GCC_7 if ADK_TARGET_ARCH_C6X # ICE with newer GCC default ADK_TOOLCHAIN_GCC_9 if ADK_TARGET_ARCH_BFIN && ADK_TARGET_BINFMT_FDPIC default ADK_TOOLCHAIN_GCC_10 if ADK_TARGET_ARCH_CRIS # no longer supported default ADK_TOOLCHAIN_GCC_10 if ADK_TARGET_CPU_SH_J2 # j2.patch -default ADK_TOOLCHAIN_GCC_13 +default ADK_TOOLCHAIN_GCC_14 config ADK_TOOLCHAIN_GCC_GIT bool "git" |