Disable objc

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 <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-04-17 15:06:08 +03:00
parent 38f7288455
commit 8cecc5c684
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 1 additions and 1 deletions

View File

@ -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