change gcc base version
This commit is contained in:
parent
b93d465eef
commit
f1ccc1455b
9
gcc.spec
9
gcc.spec
@ -1,4 +1,4 @@
|
|||||||
%global DATE 20200428
|
%global DATE 20200520
|
||||||
|
|
||||||
%global gcc_version 9.3.0
|
%global gcc_version 9.3.0
|
||||||
%global gcc_major 9.3.0
|
%global gcc_major 9.3.0
|
||||||
@ -130,6 +130,7 @@ Patch14: fix-regno-out-of-range.patch
|
|||||||
Patch15: fix-ICE-in-vectorizable-load.patch
|
Patch15: fix-ICE-in-vectorizable-load.patch
|
||||||
Patch16: address-calculation-optimization-within-loop.patch
|
Patch16: address-calculation-optimization-within-loop.patch
|
||||||
Patch17: skip-debug-insns-when-computing-inline-costs.patch
|
Patch17: skip-debug-insns-when-computing-inline-costs.patch
|
||||||
|
Patch18: change-gcc-BASE-VER.patch
|
||||||
|
|
||||||
%global gcc_target_platform %{_arch}-linux-gnu
|
%global gcc_target_platform %{_arch}-linux-gnu
|
||||||
|
|
||||||
@ -589,6 +590,7 @@ not stable, so plugins must be rebuilt any time GCC is updated.
|
|||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
|
%patch18 -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -2517,6 +2519,11 @@ end
|
|||||||
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 20 2020 eastb233 <xiezhiheng@huawei.com> - 9.3.0-20200312.h1
|
||||||
|
- address-calculation-optimization-within-loop.patch: Modify testsuite
|
||||||
|
- generate-csel.patch: Modify testsuite
|
||||||
|
- change-gcc-BASE-VER.patch: New file, change GCC base version
|
||||||
|
|
||||||
* Tue Apr 28 2020 eastb233 <xiezhiheng@huawei.com> - 9.3.0-20200312.h1
|
* Tue Apr 28 2020 eastb233 <xiezhiheng@huawei.com> - 9.3.0-20200312.h1
|
||||||
- Type:modify
|
- Type:modify
|
||||||
- Desc:modify patch name and gcc.spec
|
- Desc:modify patch name and gcc.spec
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user