From d2437c7cc6b50c91d8804cf18f112f876fda4896 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 19 Jul 2023 10:29:59 +0800 Subject: [PATCH] Add loongarch64 arch Signed-off-by: Zhao Hang --- clang.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clang.spec b/clang.spec index 8ee03ad..639e472 100644 --- a/clang.spec +++ b/clang.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 %bcond_with compat_build %bcond_without check @@ -47,7 +47,6 @@ Summary: A C language family front-end for LLVM License: NCSA URL: http://llvm.org -Excludearch: loongarch64 Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{clang_version}%{?rc_ver:-rc%{rc_ver}}/%{clang_srcdir}.tar.xz Source3: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{clang_version}%{?rc_ver:-rc%{rc_ver}}/%{clang_srcdir}.tar.xz.sig %if %{without compat_build} @@ -609,6 +608,9 @@ false %endif %changelog +* Wed Jul 19 2023 Zhao Hang - 15.0.7-1.0.2 +- Add loongarch64 arch + * Fri Jun 30 2023 Zhao Hang - 15.0.7-1.0.1 - Rebrand for Anolis OS - Remove loongarch64 arch -- Gitee