diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-02 14:20:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-02 14:20:18 +0200 |
commit | a2833b19b77abe7982f3866354b4fae37c6276d2 (patch) | |
tree | cfc9dae9ac16c92d4226c98ed15d8083b6e67f62 /target/config | |
parent | f2e5762842a27622e54a5a5b75e36adb285cf400 (diff) |
h8300: no ICE with gcc 12.3.0 anymore
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 1f0ca2710..00d0894fe 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -18,7 +18,6 @@ default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG 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_ARCH_H8300 # ICE 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_12 |