Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Don't drop CPU OPT patch when CC=clang

2022-12-31 Thread alicef_gentoo
On Wed, Dec 28, 2022 at 02:05:29PM -0500, Mike Pagano wrote: > Clang is supported by the CPU optimization patch. (USE=experimental) > Check for CC=clang and do not drop this patch. > > Bug: https://bugs.gentoo.org/888727 > > Signed-off-by: Mike Pagano > --- > eclass/kernel-2.eclass | 2 +- > 1

[gentoo-dev] [PATCH 1/1] kernel-2.eclass: Don't drop CPU OPT patch when CC=clang

2022-12-28 Thread Mike Pagano
Clang is supported by the CPU optimization patch. (USE=experimental) Check for CC=clang and do not drop this patch. Bug: https://bugs.gentoo.org/888727 Signed-off-by: Mike Pagano --- eclass/kernel-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git