Re: [gentoo-dev] [PATCH] Transitional changes to the kernel-2 eclass to support future CPU OPT

2021-04-29 Thread Ulrich Mueller
> On Thu, 29 Apr 2021, mpagano wrote: > --- a/eclass/kernel-2.eclass > +++ b/eclass/kernel-2.eclass > @@ -1241,8 +1241,32 @@ unipatch() { > local GCC_MAJOR_VER=$(gcc-major-version) > local GCC_MINOR_VER=$(gcc-minor-version) > > -

[gentoo-dev] [PATCH] Transitional changes to the kernel-2 eclass to support future CPU OPT

2021-04-29 Thread mpagano
From: Mike Pagano The CPU OPT patch now contains gcc ver checks within the patch itself. This transitional change is to start supporting just that patch while trying not to break the older versions. The target state eclass code will *only* need the three line gcc version check. We should be