disable polly and upgrade to 6.15.8
This commit is contained in:
parent
f19b145f66
commit
20a96698da
2 changed files with 1 additions and 7 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
# Linux Kernel Versions
|
# Linux Kernel Versions
|
||||||
%define _basekver 6.15
|
%define _basekver 6.15
|
||||||
%define _stablekver 6
|
%define _stablekver 8
|
||||||
%define _rpmver %{version}-%{release}
|
%define _rpmver %{version}-%{release}
|
||||||
%define _kver %{_rpmver}.%{_arch}
|
%define _kver %{_rpmver}.%{_arch}
|
||||||
|
|
||||||
|
|
@ -107,7 +107,6 @@ BuildRequires: python-srpm-macros
|
||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
BuildRequires: llvm
|
BuildRequires: llvm
|
||||||
BuildRequires: polly
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{_build_nv}
|
%if %{_build_nv}
|
||||||
|
|
@ -134,7 +133,6 @@ Patch1: %{_patch_src}/sched/0001-bore-cachy.patch
|
||||||
|
|
||||||
%if %{_build_lto}
|
%if %{_build_lto}
|
||||||
Patch2: %{_patch_src}/misc/dkms-clang.patch
|
Patch2: %{_patch_src}/misc/dkms-clang.patch
|
||||||
Patch3: %{_patch_src}/misc/0001-clang-polly.patch
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{_build_nv}
|
%if %{_build_nv}
|
||||||
|
|
@ -182,7 +180,6 @@ Patch10: %{_patch_src}/misc/nvidia/0001-Enable-atomic-kernel-modesetting-
|
||||||
|
|
||||||
%if %{_build_lto}
|
%if %{_build_lto}
|
||||||
scripts/config -e LTO_CLANG_THIN
|
scripts/config -e LTO_CLANG_THIN
|
||||||
scripts/config -e POLLY_CLANG
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{_build_minimal}
|
%if %{_build_minimal}
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,6 @@ BuildRequires: python-srpm-macros
|
||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
BuildRequires: llvm
|
BuildRequires: llvm
|
||||||
BuildRequires: polly
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{_build_nv}
|
%if %{_build_nv}
|
||||||
|
|
@ -134,7 +133,6 @@ Patch1: %{_patch_src}/sched/0001-bore-cachy.patch
|
||||||
|
|
||||||
%if %{_build_lto}
|
%if %{_build_lto}
|
||||||
Patch2: %{_patch_src}/misc/dkms-clang.patch
|
Patch2: %{_patch_src}/misc/dkms-clang.patch
|
||||||
Patch3: %{_patch_src}/misc/0001-clang-polly.patch
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{_build_nv}
|
%if %{_build_nv}
|
||||||
|
|
@ -187,7 +185,6 @@ Patch13: %{_patch_src}/misc/nvidia/565/0005-nvkms-Sanitize-trim-ELD-produ
|
||||||
|
|
||||||
%if %{_build_lto}
|
%if %{_build_lto}
|
||||||
scripts/config -e LTO_CLANG_THIN
|
scripts/config -e LTO_CLANG_THIN
|
||||||
scripts/config -e POLLY_CLANG
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{_build_minimal}
|
%if %{_build_minimal}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue