1 Star 0 Fork 9

龚浩东/gcc-for-openEuler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gcc-for-openEuler.spec 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
Name: gcc-for-openEuler
Version: 1.0.4
Release: 6
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
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
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
%description
GCC released as a binary package for openEuler and other OSes.
%skip debuginfo packages
%global debug_package %{nil}
%prep
%autosetup
cp -f %{_sourcedir}/%{config} build/
%build
cd %{_builddir}/%{name}-%{version}/build
bash download.sh
bash build.sh hcc_arm64le_native
%install
cd %{buildroot}
cp %{_builddir}/%{name}-%{version}/output/%{build_name}/%{build_name}.tar.gz .
touch %{build_name}.tar.gz.sha256
sha256sum %{build_name}.tar.gz > %{build_name}.tar.gz.sha256
%files
%attr(755, root, root) /%{build_name}.tar.gz
%attr(755, root, root) /%{build_name}.tar.gz.sha256
%changelog
* Wed Dec 21 2022 Xiong Zhou <xiongzhou4@huawei.com> - 1.0.4-6
- Update the date to 2022.12 in the gcc build name.
* Wed Nov 16 2022 Xiong Zhou <xiongzhou4@huawei.com> - 1.0.4-5
- Update the date in the gcc build name.
* Tue Nov 8 2022 Xiong Zhou <xiongzhou4@huawei.com> - 1.0.4-4
- Delete the la files and add secure flags for mathlib and jemalloc.
* Mon Nov 7 2022 Xiong Zhou <xiongzhou4@huawei.com> - 1.0.3-3
- Align OpenSSL build command with that of the OpenSSL repository on openEuler community.
* Wed Nov 2 2022 Xiong Zhou <xiongzhou4@huawei.com> - 1.0.2-2
- Fix the bug that libcrypto.so cannot be found.
* Tue Sep 20 2022 Xiong Zhou <xiongzhou4@huawei.com> - 1.0.0-1
- Init gcc-for-openEuler repository.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gong-haodong/gcc-for-openEuler.git
git@gitee.com:gong-haodong/gcc-for-openEuler.git
gong-haodong
gcc-for-openEuler
gcc-for-openEuler
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385