diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-11 01:55:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-02-11 01:55:30 +0100 |
commit | fca416596e51e2516bfea297bec145d90a4f3caa (patch) | |
tree | cc960468881390ab156e108f2bfec19f9fba23bf /target/config | |
parent | 0f6a7c01247f91d3e5fd333d61b4ba23be442a57 (diff) |
j2: update to gcc 10.3.0
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 2d6859ef7..525161309 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -20,6 +20,7 @@ default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG 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 config ADK_TOOLCHAIN_GCC_GIT |