Enable openmp without offload

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-10-10 09:19:39 +03:00
parent 741965f929
commit 99b5dc1148
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -17,9 +17,9 @@
%global projects %{projects};lldb
%endif
%global runtimes compiler-rt
%global runtimes compiler-rt;openmp
%ifnarch riscv64
%global runtimes %{runtimes};openmp;offload
%global runtimes %{runtimes};offload
%endif
# Copy CFLAGS into ASMFLAGS, so -fcf-protection is used when compiling assembly files.