mirror of
https://abf.rosa.ru/djam/gcc7.git
synced 2025-02-23 14:52:51 +00:00
New version 5.4-2017.05
Update files (add gcov-dump binary, gcov-dump and gcov-tool man pages
This commit is contained in:
parent
d73fa7f9da
commit
e1bb95cf02
2 changed files with 7 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,3 +1,3 @@
|
|||
sources:
|
||||
gcc-x32-seed.tar.xz: c656c8f0d0f17a94f0a21ec65ba6633b56e6ea47
|
||||
gcc-linaro-5.3-2016.05.tar.xz: 9fa9f261af3a434218a5a60fd1edfbb5e436b971
|
||||
gcc-linaro-5.4-2017.05.tar.xz: 3376af91629331fc4c3344d5aa0301c124b964db
|
||||
|
|
9
gcc.spec
9
gcc.spec
|
@ -18,9 +18,9 @@
|
|||
%endif
|
||||
%define system_compiler 1
|
||||
%define majorver 5
|
||||
%define branch 5.3
|
||||
%define branch 5.4
|
||||
%define ver %{branch}.1
|
||||
%define linaro 2016.05
|
||||
%define linaro 2017.05
|
||||
%define linaro_spin %nil
|
||||
%define alternatives /usr/sbin/update-alternatives
|
||||
%define gcclibexecdir %{_libexecdir}/gcc/%{_target_platform}/%{ver}
|
||||
|
@ -204,7 +204,7 @@ Name: gcc
|
|||
%else
|
||||
Name: gcc%{branch}
|
||||
%endif
|
||||
Release: 4
|
||||
Release: 1
|
||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
||||
Group: Development/C
|
||||
Url: http://gcc.gnu.org/
|
||||
|
@ -315,6 +315,7 @@ The gcc package contains the GNU Compiler Collection version %{branch}.
|
|||
%{_bindir}/gcc-nm
|
||||
%{_bindir}/gcc-ranlib
|
||||
%{_bindir}/gcov
|
||||
%{_bindir}/gcov-dump
|
||||
%{_bindir}/gcov-tool
|
||||
%{_bindir}/%{_target_platform}-gcc
|
||||
%{_bindir}/%{_target_platform}-gcc-ar
|
||||
|
@ -322,6 +323,8 @@ The gcc package contains the GNU Compiler Collection version %{branch}.
|
|||
%{_bindir}/%{_target_platform}-gcc-ranlib
|
||||
%{_mandir}/man1/gcc.1*
|
||||
%{_mandir}/man1/gcov.1*
|
||||
%{_mandir}/man1/gcov-dump.1*
|
||||
%{_mandir}/man1/gcov-tool.1*
|
||||
%{_mandir}/man7/*
|
||||
%{_localedir}/*/LC_MESSAGES/gcc.mo
|
||||
%{_infodir}/gcc.info*
|
||||
|
|
Loading…
Add table
Reference in a new issue