From f25016c8c2b2a6676d84e0b660f7fc123d95e70e Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 24 Oct 2023 14:51:53 +0800 Subject: [PATCH] SPECS: Remove unnecessary architecture judgment. Signed-off-by: Peng Fan --- gcc.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gcc.spec b/gcc.spec index 8855a60..526b968 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 6 %global DATE 20221121 %global gitrev b3f5a0d53b84ed27cf00cfa2b9c3e2c78935c07d @@ -119,12 +119,10 @@ Patch101: gcc12-fortran-flogical-as-integer.patch Patch102: gcc12-fortran-fdec-override-kind.patch Patch103: gcc12-fortran-fdec-non-logical-if.patch -%ifarch loongarch64 Patch104: 0001-LoongArch-backports-from-upstream.patch Patch105: 0002-libjccjit-do-not-link-objects-contained-same-element.patch Patch106: 0003-LoongArch-fix-up-sanitizer.patch Patch107: 0004-LoongArch-add-missed-headers.patch -%endif %if %{build_go} %global __os_install_post \ @@ -2098,6 +2096,9 @@ end %changelog +* Tue Oct 24 2023 Peng Fan - 12.2.1-6 +- SPECS: Remove unnecessary architecture judgment. + * Thu Oct 19 2023 Peng Fan - 12.2.1-5 - LoongArch: update config scripts for annobin. -- Gitee