From 4b8ad2083b5485e7ffd25bf6a3bed575c9307ea8 Mon Sep 17 00:00:00 2001 From: h30032433 Date: Thu, 11 Jul 2024 19:46:59 +0800 Subject: [PATCH] disable isl --- gcc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc.spec b/gcc.spec index 7cda4fb..cf579df 100644 --- a/gcc.spec +++ b/gcc.spec @@ -2,7 +2,7 @@ %global gcc_major 12 # Note, gcc_release must be integer, if you want to add suffixes to # %%{release}, append them after %%{gcc_release} on Release: line. -%global gcc_release 24 +%global gcc_release 25 %global _unpackaged_files_terminate_build 0 %global _performance_build 1 @@ -76,7 +76,7 @@ %global _lib lib %endif -%global isl_enable 1 +%global isl_enable 0 %global check_enable 0 Summary: Various compilers (C, C++, Objective-C, ...) @@ -3060,6 +3060,12 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Thu Jul 11 2024 huyubiao - 12.3.1-25 +- Type:SPEC +- ID:NA +- SUG:NA +- DESC:disable isl + * Fri Apr 26 2024 Zhenyu Zhao - 12.3.1-24 - Type: BUGFIX - DESC: Update the configure file for BOLT -- Gitee