From 8cecc5c684416c00457906be7a8c6698364beb91 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 17 Apr 2024 15:06:08 +0300 Subject: [PATCH] Disable objc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are getting ICE on riscv64. Let's try to disable it to get a new GCC 1st. [..] /builddir/build/BUILD/gcc-14.0.1-20240411/libobjc/sendmsg.c: In function ‘__objc_word_forward’: yes /builddir/build/BUILD/gcc-14.0.1-20240411/libobjc/sendmsg.c:839:5: internal compiler error: in emit_move_multi_word, at expr.cc:4466 839 | __builtin_return (res); | ^~~~~~~~~~~~~~~~~~~~~~ [..] Signed-off-by: David Abdurachmanov --- gcc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index 6c61aaf..9d2d8e5 100644 --- a/gcc.spec +++ b/gcc.spec @@ -41,7 +41,7 @@ %else %global build_ada 0 %endif -%global build_objc 1 +%global build_objc 0 %ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 %{mips} riscv64 %global build_go 1 %else