4.9.0-3
This commit is contained in:
parent
991ab254f2
commit
58525d3c9e
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/gcc-4.9.0-20140411.tar.bz2
|
/gcc-4.9.0-20140411.tar.bz2
|
||||||
/gcc-4.9.0-20140422.tar.bz2
|
/gcc-4.9.0-20140422.tar.bz2
|
||||||
/gcc-4.9.0-20140505.tar.bz2
|
/gcc-4.9.0-20140505.tar.bz2
|
||||||
|
/gcc-4.9.0-20140506.tar.bz2
|
||||||
|
15
gcc.spec
15
gcc.spec
@ -1,9 +1,9 @@
|
|||||||
%global DATE 20140505
|
%global DATE 20140506
|
||||||
%global SVNREV 210058
|
%global SVNREV 210097
|
||||||
%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 2
|
%global gcc_release 3
|
||||||
%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
|
||||||
@ -12,11 +12,7 @@
|
|||||||
%else
|
%else
|
||||||
%global build_ada 0
|
%global build_ada 0
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel} >= 7
|
|
||||||
%global build_java 0
|
%global build_java 0
|
||||||
%else
|
|
||||||
%global build_java 1
|
|
||||||
%endif
|
|
||||||
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
|
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
|
||||||
%global build_go 1
|
%global build_go 1
|
||||||
%else
|
%else
|
||||||
@ -3202,6 +3198,11 @@ fi
|
|||||||
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
|
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 6 2014 Jakub Jelinek <jakub@redhat.com> 4.9.0-3
|
||||||
|
- update from the 4.9 branch
|
||||||
|
- PRs driver/61065, ipa/60965
|
||||||
|
- disable gcc-java and libjava, broken by recent eclipse-ecj changes
|
||||||
|
|
||||||
* Mon May 5 2014 Jakub Jelinek <jakub@redhat.com> 4.9.0-2
|
* Mon May 5 2014 Jakub Jelinek <jakub@redhat.com> 4.9.0-2
|
||||||
- update from the 4.9 branch
|
- update from the 4.9 branch
|
||||||
- PRs c++/60951, c++/60980, c++/60992, fortran/60495, ipa/60911, ipa/60912,
|
- PRs c++/60951, c++/60980, c++/60992, fortran/60495, ipa/60911, ipa/60912,
|
||||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
e34fca0540d840e5d0f6427e98c92252 cloog-0.18.1.tar.gz
|
e34fca0540d840e5d0f6427e98c92252 cloog-0.18.1.tar.gz
|
||||||
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
|
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
|
||||||
fb471ee29712826b838941ef38ed318c gcc-4.9.0-20140505.tar.bz2
|
0bfea102c9592a24618b59943904dbb8 gcc-4.9.0-20140506.tar.bz2
|
||||||
e039bfcfb6c2ab039b8ee69bf883e824 isl-0.12.2.tar.bz2
|
e039bfcfb6c2ab039b8ee69bf883e824 isl-0.12.2.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user