projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b7fecc
)
eclass: Fix kernel dependency for gcc v8 patch in kernel-2.eclass
author
Mike Pagano
<mpagano@gentoo.org>
Mon, 18 Feb 2019 23:22:29 +0000
(18:22 -0500)
committer
Mike Pagano
<mpagano@gentoo.org>
Mon, 18 Feb 2019 23:23:22 +0000
(18:23 -0500)
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
eclass/kernel-2.eclass
patch
|
blob
|
history
diff --git
a/eclass/kernel-2.eclass
b/eclass/kernel-2.eclass
index dd6ad88746ccc2e09a41c939f12a25b69f67c88d..ece1edfb36c68f5bfe6500e166fdad9547b4e45b 100644
(file)
--- a/
eclass/kernel-2.eclass
+++ b/
eclass/kernel-2.eclass
@@
-1238,9
+1238,9
@@
unipatch() {
if kernel_is ge 4 13 ; then
UNIPATCH_DROP+=" 5011_enable-cpu-optimizations-for-gcc8.patch"
fi
- # optimization patch for gcc >= 8 and kernel ge
3.15
+ # optimization patch for gcc >= 8 and kernel ge
4.13
elif [[ "${GCC_MAJOR_VER}" -ge 8 ]]; then
- if kernel_is ge
3 15
; then
+ if kernel_is ge
4 13
; then
UNIPATCH_DROP+=" 5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch"
fi
fi