4.9.0-7
This commit is contained in:
parent
033def827b
commit
fd8fd40120
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/gcc-4.9.0-20140514.tar.bz2
|
/gcc-4.9.0-20140514.tar.bz2
|
||||||
/gcc-4.9.0-20140518.tar.bz2
|
/gcc-4.9.0-20140518.tar.bz2
|
||||||
/gcc-4.9.0-20140529.tar.bz2
|
/gcc-4.9.0-20140529.tar.bz2
|
||||||
|
/gcc-4.9.0-20140604.tar.bz2
|
||||||
|
12
gcc.spec
12
gcc.spec
@ -1,9 +1,9 @@
|
|||||||
%global DATE 20140529
|
%global DATE 20140604
|
||||||
%global SVNREV 211063
|
%global SVNREV 211244
|
||||||
%global gcc_version 4.9.0
|
%global gcc_version 4.9.0
|
||||||
# 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 6
|
%global gcc_release 7
|
||||||
%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
|
||||||
@ -2782,6 +2782,12 @@ fi
|
|||||||
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 4 2014 Jakub Jelinek <jakub@redhat.com> 4.9.0-7
|
||||||
|
- update from the 4.9 branch
|
||||||
|
- PRs c++/61020, c++/61134, c/58942, c/61053, ipa/61160, libstdc++/60734,
|
||||||
|
libstdc++/61227, rtl-optimization/60866, rtl-optimization/60901,
|
||||||
|
target/61239, tree-optimization/61383
|
||||||
|
|
||||||
* Thu May 29 2014 Jakub Jelinek <jakub@redhat.com> 4.9.0-6
|
* Thu May 29 2014 Jakub Jelinek <jakub@redhat.com> 4.9.0-6
|
||||||
- update from the 4.9 branch
|
- update from the 4.9 branch
|
||||||
- PRs bootstrap/60984, c++/60189, c/60189, c/61191, fortran/60834,
|
- PRs bootstrap/60984, c++/60189, c/60189, c/61191, fortran/60834,
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
e34fca0540d840e5d0f6427e98c92252 cloog-0.18.1.tar.gz
|
e34fca0540d840e5d0f6427e98c92252 cloog-0.18.1.tar.gz
|
||||||
26ed66c62a92f3d6c6befc290dc52daf gcc-4.9.0-20140529.tar.bz2
|
a1609cd37912bcd6808c238f316f5377 gcc-4.9.0-20140604.tar.bz2
|
||||||
e039bfcfb6c2ab039b8ee69bf883e824 isl-0.12.2.tar.bz2
|
e039bfcfb6c2ab039b8ee69bf883e824 isl-0.12.2.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user