diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-05-05 10:01:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-05-06 10:05:47 +0200 |
commit | a096147b25c06d81dbb5eda035f4c795bb6cb4a2 (patch) | |
tree | 5a2ce7dd76ecfb24b6a528a303d51f981ef71706 /target/config | |
parent | 5097276642026bb6ce6d3f09dd03979153eb5c0c (diff) |
gcc: switch to 12.2.0 as default
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
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 22ea99dc6..bbb474ef8 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -21,7 +21,7 @@ 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_ARCH_H8300 # ICE default ADK_TOOLCHAIN_GCC_10 if ADK_TARGET_CPU_SH_J2 # j2.patch -default ADK_TOOLCHAIN_GCC_11 +default ADK_TOOLCHAIN_GCC_12 config ADK_TOOLCHAIN_GCC_GIT bool "git" |