8.1.1-4
This commit is contained in:
parent
c0d3a20ab3
commit
b1fe12b88a
7
gcc.spec
7
gcc.spec
@ -4,7 +4,7 @@
|
|||||||
%global gcc_major 8
|
%global gcc_major 8
|
||||||
# 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 3
|
%global gcc_release 4
|
||||||
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
|
%global nvptx_tools_gitrev c28050f60193b3b95a18866a96f03334e874e78f
|
||||||
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
|
%global nvptx_newlib_gitrev aadc8eb0ec43b7cd0dd2dfb484bae63c8b05ef24
|
||||||
%global _unpackaged_files_terminate_build 0
|
%global _unpackaged_files_terminate_build 0
|
||||||
@ -816,6 +816,8 @@ echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
|
|||||||
|
|
||||||
cp -a libstdc++-v3/config/cpu/i{4,3}86/atomicity.h
|
cp -a libstdc++-v3/config/cpu/i{4,3}86/atomicity.h
|
||||||
|
|
||||||
|
echo 'TM_H += $(srcdir)/config/rs6000/rs6000-modes.h' >> gcc/config/rs6000/t-rs6000
|
||||||
|
|
||||||
./contrib/gcc_update --touch
|
./contrib/gcc_update --touch
|
||||||
|
|
||||||
LC_ALL=C sed -i -e 's/\xa0/ /' gcc/doc/options.texi
|
LC_ALL=C sed -i -e 's/\xa0/ /' gcc/doc/options.texi
|
||||||
@ -3096,6 +3098,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 29 2018 Jakub Jelinek <jakub@redhat.com> 8.1.1-4
|
||||||
|
- make sure rs6000-modes.h is installed for plugins (#1596407)
|
||||||
|
|
||||||
* Tue Jun 26 2018 Jakub Jelinek <jakub@redhat.com> 8.1.1-3
|
* Tue Jun 26 2018 Jakub Jelinek <jakub@redhat.com> 8.1.1-3
|
||||||
- update from the 8 branch
|
- update from the 8 branch
|
||||||
- PRs c++/86182, c++/86219, c++/86291, fortran/82972, fortran/83088,
|
- PRs c++/86182, c++/86219, c++/86291, fortran/82972, fortran/83088,
|
||||||
|
Loading…
Reference in New Issue
Block a user