From 127349f7e91ab943c7fb2d7b761d9b6dd7aa1a68 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Wed, 2 Apr 2025 09:29:24 +0800 Subject: [PATCH] gcc-toolset-14: Enable for LoongArch64 Signed-off-by: Peng Fan --- gcc-toolset-14.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gcc-toolset-14.spec b/gcc-toolset-14.spec index 58b0bd8..3057cba 100644 --- a/gcc-toolset-14.spec +++ b/gcc-toolset-14.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global __python /usr/bin/python3 %global scl gcc-toolset-14 @@ -18,8 +18,6 @@ Source0: README Source1: sudo.sh Source2: gts-annobin-plugin-select.sh -ExcludeArch: loongarch64 - Requires: %{scl_prefix}runtime Requires: %{scl_prefix}gcc %{scl_prefix}gcc-c++ %{scl_prefix}gcc-gfortran Requires: %{scl_prefix}binutils @@ -189,5 +187,8 @@ if [ $1 = 0 ]; then fi %changelog +* Wed Apr 2 2025 Peng Fan - 14.0-2 +- Enable for LoongArch64 + * Sat Sep 14 2024 mgb01105731 - 14.0-1 - Init upstream from 14.0 -- Gitee