diff --git a/config.xml b/config.xml index 9c1478b3a6bdceef41ec0c6e8bc993128c299ca5..0a3f634902fa3b908d1b7944c27225474a2e5813 100644 --- a/config.xml +++ b/config.xml @@ -1,6 +1,6 @@ BRANCH="openEuler-22.09-rc5" INSTALL_NATIVE="gcc-10.3.1-2022.09-aarch64-linux" -COMPILER_INFO="gcc for openEuler 2.3.1" +COMPILER_INFO="gcc for openEuler 2.3.2" GCC="gcc-10.3.0" BINUTILS="binutils-2.37" @@ -14,3 +14,4 @@ MPFR="mpfr-4.1.0" AUTOFDO="autofdo-0.19" BOLT="llvm-bolt-0" CMAKE="cmake-3.22.0" +OPENSSL="openssl-1.1.1m" diff --git a/gcc-for-openEuler-1.0.0.tar.gz b/gcc-for-openEuler-1.0.0.tar.gz deleted file mode 100644 index 2f58a4b86398ff02b854dde8fcfa119503c150e3..0000000000000000000000000000000000000000 Binary files a/gcc-for-openEuler-1.0.0.tar.gz and /dev/null differ diff --git a/gcc-for-openEuler-1.0.2.tar.gz b/gcc-for-openEuler-1.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1d469cc851d7eb8c6662fdfa8761e4ffc22662d9 Binary files /dev/null and b/gcc-for-openEuler-1.0.2.tar.gz differ diff --git a/gcc-for-openEuler.spec b/gcc-for-openEuler.spec index 3b11d110b715019587aaff71eaa5c7890c77999e..3ec972de655bf80c829610c2ad5b7e258914b23c 100644 --- a/gcc-for-openEuler.spec +++ b/gcc-for-openEuler.spec @@ -1,6 +1,6 @@ Name: gcc-for-openEuler -Version: 1.0.0 -Release: 1 +Version: 1.0.2 +Release: 2 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 @@ -12,9 +12,8 @@ Source0: %{name}-%{version}.tar.gz ExclusiveArch: aarch64 -BuildRequires: git gcc gcc-c++ bison flex texinfo glibc-static -BuildRequires: gmp-devel mpfr-devel elfutils-libelf-devel openssl-devel libmpc-devel -BuildRequires: autoconf libtool chrpath centos-release-scl devtoolset-7 python3 +BuildRequires: git bison flex texinfo autoconf libtool elfutils-libelf-devel +BuildRequires: chrpath centos-release-scl devtoolset-7 python3 glibc-static %description GCC released as a binary package for openEuler and other OSes. @@ -42,5 +41,8 @@ sha256sum %{build_name}.tar.gz > %{build_name}.tar.gz.sha256 %attr(755, root, root) /%{build_name}.tar.gz.sha256 %changelog +* Wed Nov 2 2022 Xiong Zhou - 1.0.2-2 +- Fix the bug that libcrypto.so cannot be found. + * Tue Sep 20 2022 Xiong Zhou - 1.0.0-1 - Init gcc-for-openEuler repository.