Re: [Mesa-dev] [PATCH mesa] util: improve compiler guard

2017-09-03 Thread Eric Engestrom
On Friday, 2017-09-01 20:04:33 +, Jose Fonseca wrote: > On 01/09/17 15:54, Eric Engestrom wrote: > > On Thursday, 2017-08-31 13:28:25 -0500, Rob Herring wrote: > > > On Thu, Aug 31, 2017 at 11:54 AM, Eric Engestrom > > > wrote: > > > > Glibc 2.26 has dropped xlocale.h, but the functions needed

Re: [Mesa-dev] [PATCH mesa] util: improve compiler guard

2017-09-01 Thread Jose Fonseca
On 01/09/17 15:54, Eric Engestrom wrote: On Thursday, 2017-08-31 13:28:25 -0500, Rob Herring wrote: On Thu, Aug 31, 2017 at 11:54 AM, Eric Engestrom wrote: Glibc 2.26 has dropped xlocale.h, but the functions needed (strtod_l() and strdof_l()) can be found in stdlib.h. Improve the detection met

Re: [Mesa-dev] [PATCH mesa] util: improve compiler guard

2017-09-01 Thread Laurent Carlier
Le jeudi 31 août 2017, 18:54:48 CEST Eric Engestrom a écrit : Reviewed-by: Laurent Carlier > Glibc 2.26 has dropped xlocale.h, but the functions needed (strtod_l() > and strdof_l()) can be found in stdlib.h. > Improve the detection method to allow newer builds to still make use of > the locale-s

Re: [Mesa-dev] [PATCH mesa] util: improve compiler guard

2017-09-01 Thread Eric Engestrom
On Thursday, 2017-08-31 13:28:25 -0500, Rob Herring wrote: > On Thu, Aug 31, 2017 at 11:54 AM, Eric Engestrom > wrote: > > Glibc 2.26 has dropped xlocale.h, but the functions needed (strtod_l() > > and strdof_l()) can be found in stdlib.h. > > Improve the detection method to allow newer builds to

Re: [Mesa-dev] [PATCH mesa] util: improve compiler guard

2017-08-31 Thread Rob Herring
On Thu, Aug 31, 2017 at 11:54 AM, Eric Engestrom wrote: > Glibc 2.26 has dropped xlocale.h, but the functions needed (strtod_l() > and strdof_l()) can be found in stdlib.h. > Improve the detection method to allow newer builds to still make use of > the locale-setting. > > Bugzilla: https://bugs.fr

[Mesa-dev] [PATCH mesa] util: improve compiler guard

2017-08-31 Thread Eric Engestrom
Glibc 2.26 has dropped xlocale.h, but the functions needed (strtod_l() and strdof_l()) can be found in stdlib.h. Improve the detection method to allow newer builds to still make use of the locale-setting. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102454 Cc: Laurent Carlier Cc: Emil V