Disable llvm plugin for riscv targets

Same as with Clang plugin.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-08-03 20:03:50 +03:00
parent 787416c6ba
commit fc927b77d6
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 7 additions and 1 deletions

View File

@ -36,7 +36,13 @@ URL: https://sourceware.org/annobin/
%bcond_without gccplugin
# Use "--without llvmplugin" to disable the building of the annobin plugin for LLVM.
%ifnarch riscv64
%bcond_without llvmplugin
%else
# riscv64: LLVMgold.so: cannot open shared object file: No such file or directory
# In general Gold was never implemented for riscv.
%bcond_with llvmplugin
%endif
# Set this to zero to disable the requirement for a specific version of gcc.
# This should only be needed if there is some kind of problem with the version
@ -493,7 +499,7 @@ fi
%changelog
* Wed Aug 03 2022 David Abdurachmanov <davidlt@rivosinc.com> - 10.79-1.0.riscv64
- Fix riscv targets
- Disable clang plugin on riscv targets
- Disable clang and llvm plugins on riscv targets
* Mon Jul 25 2022 Nick Clifton <nickc@redhat.com> - 10.79-1
- Annocheck: Fixes for libannocheck.h.