4.9.1-2
This commit is contained in:
parent
c204df3143
commit
4503e5ecde
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/gcc-4.9.0-20140625.tar.bz2
|
/gcc-4.9.0-20140625.tar.bz2
|
||||||
/gcc-4.9.0-20140702.tar.bz2
|
/gcc-4.9.0-20140702.tar.bz2
|
||||||
/gcc-4.9.1-20140716.tar.bz2
|
/gcc-4.9.1-20140716.tar.bz2
|
||||||
|
/gcc-4.9.1-20140717.tar.bz2
|
||||||
|
11
gcc.spec
11
gcc.spec
@ -1,9 +1,9 @@
|
|||||||
%global DATE 20140716
|
%global DATE 20140717
|
||||||
%global SVNREV 212670
|
%global SVNREV 212747
|
||||||
%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 1
|
%global gcc_release 2
|
||||||
%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
|
||||||
@ -2798,6 +2798,11 @@ fi
|
|||||||
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 17 2014 Jakub Jelinek <jakub@redhat.com> 4.9.1-2
|
||||||
|
- update from the 4.9 branch
|
||||||
|
- PRs c-family/61741, rtl-optimization/61801, target/61737,
|
||||||
|
tree-optimization/61779
|
||||||
|
|
||||||
* Wed Jul 16 2014 Jakub Jelinek <jakub@redhat.com> 4.9.1-1
|
* Wed Jul 16 2014 Jakub Jelinek <jakub@redhat.com> 4.9.1-1
|
||||||
- update from the 4.9 branch
|
- update from the 4.9 branch
|
||||||
- GCC 4.9.1 release
|
- GCC 4.9.1 release
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<a class="link" href="http://www.fsf.org/" target="_top">FSF
|
<a class="link" href="http://www.fsf.org/" target="_top">FSF
|
||||||
</a>
|
</a>
|
||||||
</p><p>
|
</p><p>
|
||||||
+ Release 4.9.0
|
+ Release 4.9.1
|
||||||
+ </p><p>
|
+ </p><p>
|
||||||
Permission is granted to copy, distribute and/or modify this
|
Permission is granted to copy, distribute and/or modify this
|
||||||
document under the terms of the GNU Free Documentation
|
document under the terms of the GNU Free Documentation
|
||||||
@ -18,7 +18,7 @@
|
|||||||
- The API documentation, rendered into HTML, can be viewed online:
|
- The API documentation, rendered into HTML, can be viewed online:
|
||||||
+ The API documentation, rendered into HTML, can be viewed here:
|
+ The API documentation, rendered into HTML, can be viewed here:
|
||||||
</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
|
</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
|
||||||
+ <a class="link" href="api/index.html" target="_top">for the 4.9.0 release, local
|
+ <a class="link" href="api/index.html" target="_top">for the 4.9.1 release, local
|
||||||
+ </a>
|
+ </a>
|
||||||
+ </p></li><li class="listitem"><p>
|
+ </p></li><li class="listitem"><p>
|
||||||
<a class="link" href="http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-3.4/index.html" target="_top">for the 3.4 release
|
<a class="link" href="http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-3.4/index.html" target="_top">for the 3.4 release
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
e34fca0540d840e5d0f6427e98c92252 cloog-0.18.1.tar.gz
|
e34fca0540d840e5d0f6427e98c92252 cloog-0.18.1.tar.gz
|
||||||
eaa66d3e916b82d819d6b62e6df7e4e5 gcc-4.9.1-20140716.tar.bz2
|
0f7586f719b329cfc5e03005e902e9b6 gcc-4.9.1-20140717.tar.bz2
|
||||||
e039bfcfb6c2ab039b8ee69bf883e824 isl-0.12.2.tar.bz2
|
e039bfcfb6c2ab039b8ee69bf883e824 isl-0.12.2.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user