From a48ba01c2b3ee962057c00e052798418985b6551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=99=A8=E5=8D=89?= Date: Tue, 26 Dec 2023 14:40:58 +0800 Subject: [PATCH] [gcc-for-openEuler] Update the package for openEuler-22.03-LTS-SP3. --- config.xml | 10 +++++----- gcc-for-openEuler.spec | 7 +++++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/config.xml b/config.xml index fac8e04..3d37f1d 100644 --- a/config.xml +++ b/config.xml @@ -1,6 +1,6 @@ -BRANCH="openEuler-22.03-LTS-Next" -INSTALL_NATIVE="gcc-10.3.1-2023.11-aarch64-linux" -COMPILER_INFO="gcc for openEuler 2.3.5" +BRANCH="openEuler-22.03-LTS-SP3" +INSTALL_NATIVE="gcc-10.3.1-2023.12-aarch64-linux" +COMPILER_INFO="gcc for openEuler 2.3.6" GCC="gcc-10.3.0" BINUTILS="binutils-2.37" @@ -12,9 +12,9 @@ OLD_ISL="isl-0.14" MATHLIB="optimized-routines-21.02" JEMALLOC="jemalloc-5.2.1" AUTOFDO="autofdo-0.19" -BOLT="llvm-bolt-0" +BOLT="llvm-project-15.0.7.src" CMAKE="cmake-3.22.0" -OPENSSL="openssl-1.1.1m" +OPENSSL="openssl-1.1.1wa" NCURSES="ncurses-6.3" MLIR="llvm-project-12.0.1.src" PROTOBUF="protobuf-3.14.0" diff --git a/gcc-for-openEuler.spec b/gcc-for-openEuler.spec index 835735c..70c86f5 100644 --- a/gcc-for-openEuler.spec +++ b/gcc-for-openEuler.spec @@ -1,6 +1,6 @@ Name: gcc-for-openEuler Version: 1.0.6 -Release: 8 +Release: 9 Summary: GCC released as a binary package for openEuler and other OSes. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2 and BSD @@ -8,7 +8,7 @@ URL: https://gitee.com/openEuler/gcc-for-openEuler Source0: %{name}-%{version}.tar.gz %global config config.xml -%global build_name gcc-10.3.1-2023.11-aarch64-linux +%global build_name gcc-10.3.1-2023.12-aarch64-linux ExclusiveArch: aarch64 @@ -45,6 +45,9 @@ sha256sum %{build_name}.tar.gz > %{build_name}.tar.gz.sha256 %attr(755, root, root) /%{build_name}.tar.gz.sha256 %changelog +* Tue Dec 26 2023 zhengchenhui - 1.0.6-9 +- Update the date to 2023.12 in the gcc build name. + * Wed Nov 29 2023 zhengchenhui - 1.0.6-8 - Sync from openEuler and add pin-gcc-client. -- Gitee