[Sync] Sync patch from openeuler/gcc
This commit is contained in:
parent
c345d40da5
commit
05a64cf3e6
4905
0152-Add-LLC-Allocation-Pass.patch
Normal file
4905
0152-Add-LLC-Allocation-Pass.patch
Normal file
File diff suppressed because it is too large
Load Diff
10
gcc.spec
10
gcc.spec
@ -61,7 +61,7 @@
|
||||
Summary: Various compilers (C, C++, Objective-C, ...)
|
||||
Name: gcc
|
||||
Version: %{gcc_version}
|
||||
Release: 40
|
||||
Release: 41
|
||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
||||
URL: https://gcc.gnu.org
|
||||
|
||||
@ -259,6 +259,7 @@ Patch148: 0148-Introduce-RTL-ifcvt-enhancements.patch
|
||||
Patch149: 0149-Add-more-flexible-check-for-pointer-aliasing-during-.patch
|
||||
Patch150: 0150-Implement-propagation-of-permutations-in-fwprop.patch
|
||||
Patch151: 0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch
|
||||
Patch152: 0152-Add-LLC-Allocation-Pass.patch
|
||||
|
||||
%global gcc_target_platform %{_arch}-linux-gnu
|
||||
|
||||
@ -863,6 +864,7 @@ not stable, so plugins must be rebuilt any time GCC is updated.
|
||||
%patch149 -p1
|
||||
%patch150 -p1
|
||||
%patch151 -p1
|
||||
%patch152 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -2887,6 +2889,12 @@ end
|
||||
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 11 2023 Feiyang Liu <liufeiyang6@huawei.com> - 10.3.1-41
|
||||
- Type:Spec
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC: Sync patch from openeuler/gcc
|
||||
|
||||
* Wed Dec 6 2023 Wang Ding <wangding16@huawei.com> - 10.3.1-40
|
||||
- Type:Spec
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user