Files
guru/sys-kernel/uek-sources/files/uek-sources-5.4.17.2136.303.2-O3.patch
Aisha Tammy 60cc7ebe5c sys-kernel/uek-sources: fix the O3 patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
2021-12-25 02:29:06 +00:00

11 lines
316 B
Diff

--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1218,7 +1218,6 @@ config CC_OPTIMIZE_FOR_PERFORMANCE
config CC_OPTIMIZE_FOR_PERFORMANCE_O3
bool "Optimize more for performance (-O3)"
- depends on ARC
help
Choosing this option will pass "-O3" to your compiler to optimize
the kernel yet more for performance.