diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-04-30 19:49:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-01 14:22:45 +0200 |
commit | 9e450032aca36f6c2b7a1767a2e1fa836169a359 (patch) | |
tree | 9f27d5aeb85d63db3023c8e9786cd1cc89be48b1 /target/config | |
parent | 201afa16cb0e082fe93c28ae78c1d60aace464a0 (diff) |
sparc: bug is in uClibc-ng, is fixed in 1.0.48
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98784
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 2012acc4f..f5ca63b75 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -22,7 +22,6 @@ 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_CPU_SH_J2 # j2.patch -default ADK_TOOLCHAIN_GCC_11 if ADK_TARGET_ARCH_SPARC # bus error without patch default ADK_TOOLCHAIN_GCC_13 config ADK_TOOLCHAIN_GCC_GIT @@ -36,7 +35,6 @@ config ADK_TOOLCHAIN_GCC_13 depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG - depends on !ADK_TARGET_ARCH_SPARC config ADK_TOOLCHAIN_GCC_12 bool "12.3.0" @@ -44,7 +42,6 @@ config ADK_TOOLCHAIN_GCC_12 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_LOONGARCH - depends on !ADK_TARGET_ARCH_SPARC config ADK_TOOLCHAIN_GCC_11 bool "11.4.0" |