From 8467a7e8af97ab17f54668fd7d348e68754dd0cc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 29 Dec 2022 20:15:49 +0000 Subject: gentoo auto-resync : 29:12:2022 - 20:15:49 --- eclass/Manifest.gz | Bin 37352 -> 37351 bytes eclass/kernel-2.eclass | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index a5980f94fdd1..1f5dd0778703 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index e13ed1a4f5ba..873d4a204669 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1144,7 +1144,7 @@ unipatch() { UNIPATCH_DROP+=" 5011_enable-cpu-optimizations-for-gcc8.patch" UNIPATCH_DROP+=" 5012_enable-cpu-optimizations-for-gcc91.patch" UNIPATCH_DROP+=" 5013_enable-cpu-optimizations-for-gcc10.patch" - if [[ ${GCC_MAJOR_VER} -lt 9 ]]; then + if [[ ${GCC_MAJOR_VER} -lt 9 ]] && ! tc-is-clang; then UNIPATCH_DROP+=" 5010_enable-cpu-optimizations-universal.patch" fi # this legacy section should be targeted for removal -- cgit v1.2.3