From d3b2e7efc8955ea215b64069c3b5fbf799b1d0c4 Mon Sep 17 00:00:00 2001 From: Hailiang Date: Fri, 31 Oct 2025 14:56:33 +0800 Subject: [PATCH] fix loongarch64 build error --- llvm-toolset-20.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/llvm-toolset-20.spec b/llvm-toolset-20.spec index 0aeb983..c6ecc22 100644 --- a/llvm-toolset-20.spec +++ b/llvm-toolset-20.spec @@ -167,7 +167,7 @@ #region main package Name: llvm-toolset-%{maj_ver} Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 1 +Release: 2 Summary: The Low Level Virtual Machine License: NCSA @@ -2651,7 +2651,7 @@ fi %{install_libdir}/libomp.so %{install_libdir}/libompd.so %{install_libdir}/libarcher.so -%ifnarch %{ix86} %{arm} loongarch64 +%ifnarch %{ix86} %{arm} # libomptarget is not supported on 32-bit systems. # s390x does not support the offloading plugins. %if %{maj_ver} >= 20 @@ -2966,5 +2966,8 @@ fi #endregion files %changelog +* Fri Oct 31 2025 mahailiang - 20.1.8-2 +- fix loongarch64 build error + * Fri Jul 25 2025 jchzhou - 20.1.8-1 - Init package -- Gitee