diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-09-07 11:26:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-09-07 11:27:36 +0200 |
commit | e5d0526d457d0dc3d69e8d90d73ef59b9006525e (patch) | |
tree | f196f82de4dd71f368f07240371dbb095ad9d53c /target/config | |
parent | 3aa84a2c6a9d14a8f73f6ee732a2bbaa6a852b3d (diff) |
gcc: use gcc 13.2.0 as default
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index a8f501044..9b5745ef4 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -21,8 +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_CPU_SH_J2 # j2.patch default ADK_TOOLCHAIN_GCC_11 if ADK_TARGET_ARCH_SPARC # bus error without patch -default ADK_TOOLCHAIN_GCC_13 if ADK_TARGET_ARCH_LOONGARCH -default ADK_TOOLCHAIN_GCC_12 +default ADK_TOOLCHAIN_GCC_13 config ADK_TOOLCHAIN_GCC_GIT bool "git" |