Enable openmp without offload
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
741965f929
commit
99b5dc1148
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user