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
|
%global projects %{projects};lldb
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global runtimes compiler-rt
|
%global runtimes compiler-rt;openmp
|
||||||
%ifnarch riscv64
|
%ifnarch riscv64
|
||||||
%global runtimes %{runtimes};openmp;offload
|
%global runtimes %{runtimes};offload
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Copy CFLAGS into ASMFLAGS, so -fcf-protection is used when compiling assembly files.
|
# Copy CFLAGS into ASMFLAGS, so -fcf-protection is used when compiling assembly files.
|
||||||
|
Loading…
Reference in New Issue
Block a user