4.9.1-13
This commit is contained in:
parent
e353bdf70d
commit
18b821470e
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
|||||||
/gcc-4.9.1-20140922.tar.bz2
|
/gcc-4.9.1-20140922.tar.bz2
|
||||||
/gcc-4.9.1-20140930.tar.bz2
|
/gcc-4.9.1-20140930.tar.bz2
|
||||||
/gcc-4.9.1-20141017.tar.bz2
|
/gcc-4.9.1-20141017.tar.bz2
|
||||||
|
/gcc-4.9.1-20141024.tar.bz2
|
||||||
|
13
gcc.spec
13
gcc.spec
@ -1,9 +1,9 @@
|
|||||||
%global DATE 20141017
|
%global DATE 20141024
|
||||||
%global SVNREV 216410
|
%global SVNREV 216625
|
||||||
%global gcc_version 4.9.1
|
%global gcc_version 4.9.1
|
||||||
# Note, gcc_release must be integer, if you want to add suffixes to
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
||||||
# %{release}, append them after %{gcc_release} on Release: line.
|
# %{release}, append them after %{gcc_release} on Release: line.
|
||||||
%global gcc_release 12
|
%global gcc_release 13
|
||||||
%global _unpackaged_files_terminate_build 0
|
%global _unpackaged_files_terminate_build 0
|
||||||
%global _performance_build 1
|
%global _performance_build 1
|
||||||
%global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
|
%global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
|
||||||
@ -2800,6 +2800,13 @@ fi
|
|||||||
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 24 2014 Jakub Jelinek <jakub@redhat.com> 4.9.1-13
|
||||||
|
- update from the 4.9 branch
|
||||||
|
- PRs bootstrap/63632, libfortran/63589, libstdc++/63500,
|
||||||
|
lto/63603, tree-optimization/63563
|
||||||
|
- backport -f{,no-}sanitize-recover=<list> support from the trunk
|
||||||
|
- backport var-tracking fix (#1151226, PR debug/63623)
|
||||||
|
|
||||||
* Fri Oct 17 2014 Jakub Jelinek <jakub@redhat.com> 4.9.1-12
|
* Fri Oct 17 2014 Jakub Jelinek <jakub@redhat.com> 4.9.1-12
|
||||||
- update from the 4.9 branch
|
- update from the 4.9 branch
|
||||||
- PRs ada/63225, c++/63306, c++/63405, c++/63415, c++/63437, c++/63455,
|
- PRs ada/63225, c++/63306, c++/63405, c++/63415, c++/63437, c++/63455,
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
e34fca0540d840e5d0f6427e98c92252 cloog-0.18.1.tar.gz
|
e34fca0540d840e5d0f6427e98c92252 cloog-0.18.1.tar.gz
|
||||||
76853e1a202dcca99c418a40b2a9be76 gcc-4.9.1-20141017.tar.bz2
|
715eda9680ef1144dec3b44b913f3b16 gcc-4.9.1-20141024.tar.bz2
|
||||||
e039bfcfb6c2ab039b8ee69bf883e824 isl-0.12.2.tar.bz2
|
e039bfcfb6c2ab039b8ee69bf883e824 isl-0.12.2.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user