From 29a4682fb002a3a26fb8a8498e202a93be27c2c5 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Thu, 3 Apr 2025 09:24:24 +0800 Subject: [PATCH] annobin-14: enable for LoongArch Signed-off-by: Peng Fan --- annobin.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/annobin.spec b/annobin.spec index 738ae17..483e41c 100644 --- a/annobin.spec +++ b/annobin.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %{?scl_package:%global scl gcc-toolset-14} %global scl_prefix gcc-toolset-14- @@ -14,8 +14,6 @@ Release: %{anolis_release}%{?dist} License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later URL: https://sourceware.org/annobin/ -ExcludeArch: loongarch64 - # Maintainer: nickc@redhat.com # Web Page: https://sourceware.org/annobin/ # Watermark Protocol: https://fedoraproject.org/wiki/Toolchain/Watermark @@ -601,6 +599,9 @@ make check GCC=%gcc_for_annobin #--------------------------------------------------------------------------------- %changelog +* Thu Apr 3 2025 Peng Fan - 12.52-3 +- Enable for LoongArch. + * Wed Feb 26 2025 Chang Gao - 12.52-2 - Enable bootstrap to prepare first build -- Gitee