summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-29 20:15:49 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-29 20:15:49 +0000
commit8467a7e8af97ab17f54668fd7d348e68754dd0cc (patch)
tree77fba8fcf047ec665a2f9775b187fdf387ee2659 /eclass
parent3d947253ed94b67c6687fa96a7bbcc2572685f78 (diff)
gentoo auto-resync : 29:12:2022 - 20:15:49
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin37352 -> 37351 bytes
-rw-r--r--eclass/kernel-2.eclass2
2 files changed, 1 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index a5980f94fdd1..1f5dd0778703 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files 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