diff --git a/config.xml b/config.xml index cc53fbcd9d903cbdb3d59ae84e9197d7fa413546..a354d16945c7ec4e6e75d62590a935cce70c0422 100644 --- a/config.xml +++ b/config.xml @@ -1,17 +1,26 @@ BRANCH="openEuler-22.03-LTS-Next" -INSTALL_NATIVE="gcc-10.3.1-2022.12-aarch64-linux" -COMPILER_INFO="gcc for openEuler 2.3.3" +INSTALL_NATIVE="gcc-10.3.1-2023.09-aarch64-linux" +COMPILER_INFO="gcc for openEuler 2.3.4" GCC="gcc-10.3.0" BINUTILS="binutils-2.37" GMP="gmp-6.2.1" MPC="mpc-1.2.0" -MATHLIB="optimized-routines-21.02" +MPFR="mpfr-4.1.0" ISL="isl-0.16.1" OLD_ISL="isl-0.14" -JEMALLOC="jemalloc-5.2.1" -MPFR="mpfr-4.1.0" +MATHLIB="optimized-routines-21.02" +JEMALLOC="jemalloc-5.3.0" AUTOFDO="autofdo-0.19" BOLT="llvm-bolt-0" CMAKE="cmake-3.22.0" OPENSSL="openssl-1.1.1m" +NCURSES="ncurses-6.3" +MLIR="llvm-project-12.0.1.src" +PROTOBUF="protobuf-3.14.0" +GCC_CLIENT="pin-gcc-client-0.4.1" +GRPC="grpc-1.41.1" +CARES="c-ares-1.18.1" +ABSEIL="abseil-cpp-20220623.1" +RE2="re2-2021-11-01" +JSONCPP="jsoncpp-1.9.5" diff --git a/gcc-for-openEuler-1.0.4.tar.gz b/gcc-for-openEuler-1.0.4.tar.gz deleted file mode 100644 index 0e9d128d7b11addd519b642d9ed21ecd140e225a..0000000000000000000000000000000000000000 Binary files a/gcc-for-openEuler-1.0.4.tar.gz and /dev/null differ diff --git a/gcc-for-openEuler-1.0.5.tar.gz b/gcc-for-openEuler-1.0.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dfec415cb85f5a6c7e314436c9883b67d0be6ee9 Binary files /dev/null and b/gcc-for-openEuler-1.0.5.tar.gz differ diff --git a/gcc-for-openEuler.spec b/gcc-for-openEuler.spec index d1aab4fcec5c0e3726aea12b593b9522c0387092..4c2109c2fffe1aaffab799ff2d3c37ebbba1cdcd 100644 --- a/gcc-for-openEuler.spec +++ b/gcc-for-openEuler.spec @@ -1,6 +1,6 @@ Name: gcc-for-openEuler -Version: 1.0.4 -Release: 6 +Version: 1.0.5 +Release: 7 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,12 +8,12 @@ URL: https://gitee.com/openEuler/gcc-for-openEuler Source0: %{name}-%{version}.tar.gz %global config config.xml -%global build_name gcc-10.3.1-2022.12-aarch64-linux +%global build_name gcc-10.3.1-2023.09-aarch64-linux ExclusiveArch: aarch64 BuildRequires: git bison flex texinfo autoconf libtool elfutils-libelf-devel glibc-static -BuildRequires: chrpath centos-release-scl devtoolset-7 python3 zlib-devel lksctp-tools-devel +BuildRequires: chrpath centos-release-scl python3 zlib-devel lksctp-tools-devel %description GCC released as a binary package for openEuler and other OSes. @@ -41,6 +41,9 @@ sha256sum %{build_name}.tar.gz > %{build_name}.tar.gz.sha256 %attr(755, root, root) /%{build_name}.tar.gz.sha256 %changelog +* Fri Sep 22 2023 dingguangya - 1.0.5-7 +- Support pin-gcc-client. + * Wed Dec 21 2022 Xiong Zhou - 1.0.4-6 - Update the date to 2022.12 in the gcc build name.