11.2.1-5
This commit is contained in:
parent
3b91dbe507
commit
3659d992cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@
|
||||
/gcc-11.2.1-20210728.tar.xz
|
||||
/gcc-11.2.1-20210823.tar.xz
|
||||
/gcc-11.2.1-20211012.tar.xz
|
||||
/gcc-11.2.1-20211018.tar.xz
|
||||
|
22
gcc.spec
22
gcc.spec
@ -1,10 +1,10 @@
|
||||
%global DATE 20211012
|
||||
%global gitrev 7e514c5f733dbaac439b226e7b3c741a45ee50a1
|
||||
%global DATE 20211018
|
||||
%global gitrev d6f9b521b3fafab22aa00ff239862bed57fa8dad
|
||||
%global gcc_version 11.2.1
|
||||
%global gcc_major 11
|
||||
# Note, gcc_release must be integer, if you want to add suffixes to
|
||||
# %%{release}, append them after %%{gcc_release} on Release: line.
|
||||
%global gcc_release 4
|
||||
%global gcc_release 5
|
||||
%global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
|
||||
%global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
|
||||
%global _unpackaged_files_terminate_build 0
|
||||
@ -1091,7 +1091,9 @@ CONFIGURE_OPTS="\
|
||||
--build=%{gcc_target_platform} \
|
||||
%endif
|
||||
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 9
|
||||
%ifnarch %{arm}
|
||||
--with-build-config=bootstrap-lto --enable-link-serialization=1 \
|
||||
%endif
|
||||
%endif
|
||||
"
|
||||
|
||||
@ -3146,7 +3148,21 @@ end
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Oct 18 2021 Jakub Jelinek <jakub@redhat.com> 11.2.1-5
|
||||
- update from releases/gcc-11-branch
|
||||
- PRs fortran/102716, libstdc++/65816, libstdc++/90787, libstdc++/99876,
|
||||
libstdc++/100187, libstdc++/100237, libstdc++/100249,
|
||||
libstdc++/100287, libstdc++/100606, libstdc++/100863,
|
||||
libstdc++/101483, libstdc++/101583, libstdc++/101589,
|
||||
libstdc++/101599, libstdc++/101761, libstdc++/101870,
|
||||
libstdc++/101923, libstdc++/101960, libstdc++/102048,
|
||||
libstdc++/102074, libstdc++/102270, libstdc++/102280,
|
||||
libstdc++/102425, libstdc++/102592, libstdc++/102667,
|
||||
rtl-optimization/102627, target/100340, target/102588
|
||||
- add mwaitintrin.h on x86 (#2013860)
|
||||
- disable LTO bootstrap on 32-bit arm, 6 days long build and counting
|
||||
isn't acceptable, build boxes don't have enough memory and are too
|
||||
slow
|
||||
|
||||
* Tue Oct 12 2021 Jakub Jelinek <jakub@redhat.com> 11.2.1-4
|
||||
- update from releases/gcc-11-branch
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (gcc-11.2.1-20211012.tar.xz) = cfd92e6d147e5f9173d040cadf440eae2b6f0e884270346b33685e4f6a143275ebcbfa39f4888e2cbd7e0dc7c51c0d254de44ec6ca57063f0b41591eb4a58410
|
||||
SHA512 (gcc-11.2.1-20211018.tar.xz) = 891705d0b37e3cffb3d092d2292877db01ab42ecb49e443ad747e56881ddc153e8973ec95b9774ced5ee8d4e8c09fd7d33837540abe8dc50bccb6a4824d285c6
|
||||
SHA512 (isl-0.18.tar.bz2) = 85d0b40f4dbf14cb99d17aa07048cdcab2dc3eb527d2fbb1e84c41b2de5f351025370e57448b63b2b8a8cf8a0843a089c3263f9baee1542d5c2e1cb37ed39d94
|
||||
SHA512 (newlib-cygwin-50e2a63b04bdd018484605fbb954fd1bd5147fa0.tar.xz) = 002a48a7b689a81abbf16161bcaec001a842e67dfbe372e9e109092703bfc666675f16198f60ca429370e8850d564547dc505df81bc3aaca4ce6defbc014ad6c
|
||||
SHA512 (nvptx-tools-5f6f343a302d620b0868edab376c00b15741e39e.tar.xz) = f6d10db94fa1570ae0f94df073fa3c73c8e5ee16d59070b53d94f7db0de8a031bc44d7f3f1852533da04b625ce758e022263855ed43cfc6867e0708d001e53c7
|
||||
|
Loading…
Reference in New Issue
Block a user