summaryrefslogtreecommitdiff
path: root/target/config/Config.in.compiler
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-08-02 13:33:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-08-02 13:33:55 +0200
commit337bd020116b134d461c432e2e62fd76fbd45bd9 (patch)
treeb30196219cf5991ecd96d65d38870b17f2aa4569 /target/config/Config.in.compiler
parentc216be4a49b4f8b95f5c3ac02564a44d5c6703b9 (diff)
sparc: stick with gcc 11.4.0 and the revert.sparc patch, newer gcc do not compile
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r--target/config/Config.in.compiler3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index c9d5b9547..1f0ca2710 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -20,6 +20,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 if ADK_TARGET_ARCH_SPARC # bus error without patch
default ADK_TOOLCHAIN_GCC_12
config ADK_TOOLCHAIN_GCC_GIT
@@ -32,11 +33,13 @@ config ADK_TOOLCHAIN_GCC_13
bool "13.2.0"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_METAG
+ depends on !ADK_TARGET_ARCH_SPARC
config ADK_TOOLCHAIN_GCC_12
bool "12.3.0"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_METAG
+ depends on !ADK_TARGET_ARCH_SPARC
config ADK_TOOLCHAIN_GCC_11
bool "11.4.0"