From 053caf6e863e4dce75cf510a36a1c453481730d8 Mon Sep 17 00:00:00 2001 From: jcg Date: Wed, 13 Mar 2024 15:48:59 +0800 Subject: [PATCH] gcc: disable isl --- gcc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc.spec b/gcc.spec index 5b438aa..9671f86 100644 --- a/gcc.spec +++ b/gcc.spec @@ -46,7 +46,7 @@ %else %global build_libitm 0 %endif -%global build_isl 1 +%global build_isl 0 %global build_libstdcxx_docs 0 %ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64 %{mips} %global attr_ifunc 1 @@ -61,7 +61,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: 51 +Release: 52 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD URL: https://gcc.gnu.org @@ -2961,6 +2961,12 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Wed Mar 13 2024 jiangchuangang - 10.3.1-52 +- Type:Sync +- ID:NA +- SUG:NA +- DESC:disable isl + * Fri Feb 23 2024 Chenhui Zheng - 10.3.1-51 - Type:Sync - ID:NA -- Gitee