From 99b5dc11487760f9f83eef4475e652fc2ce580b6 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 10 Oct 2024 09:19:39 +0300 Subject: [PATCH] Enable openmp without offload Signed-off-by: David Abdurachmanov --- build.spec.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.spec.inc b/build.spec.inc index 7915614..93e1105 100644 --- a/build.spec.inc +++ b/build.spec.inc @@ -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.