Re: [Mesa-dev] [PATCH] u_endian.h: make endianness check libc agnostic

2018-03-21 Thread Eric Engestrom
On Wednesday, 2018-03-21 10:11:55 -0700, Dylan Baker wrote: > Quoting Jon Turney (2018-03-21 09:47:23) > > On 21/03/2018 15:09, Emil Velikov wrote: > > > Hi Maxin, > > > > > > Welcome back ;-) > > > > > > On 21 March 2018 at 14:52, wrote: > > >> From: Khem Raj > > >> > > >> endianness check is

Re: [Mesa-dev] [PATCH] u_endian.h: make endianness check libc agnostic

2018-03-21 Thread Dylan Baker
Quoting Jon Turney (2018-03-21 09:47:23) > On 21/03/2018 15:09, Emil Velikov wrote: > > Hi Maxin, > > > > Welcome back ;-) > > > > On 21 March 2018 at 14:52, wrote: > >> From: Khem Raj > >> > >> endianness check is OS wide and not specific to libc. > >> Fixes build with musl libc > >> > >> Sig

Re: [Mesa-dev] [PATCH] u_endian.h: make endianness check libc agnostic

2018-03-21 Thread Maxin B. John
Hi Emil, On Wed, Mar 21, 2018 at 5:09 PM, Emil Velikov wrote: > Hi Maxin, > > Welcome back ;-) Thanks :) > > On 21 March 2018 at 14:52, wrote: >> From: Khem Raj >> >> endianness check is OS wide and not specific to libc. >> Fixes build with musl libc >> >> Signed-off-by: Khem Raj >> Signed-o

Re: [Mesa-dev] [PATCH] u_endian.h: make endianness check libc agnostic

2018-03-21 Thread Jon Turney
On 21/03/2018 15:09, Emil Velikov wrote: Hi Maxin, Welcome back ;-) On 21 March 2018 at 14:52, wrote: From: Khem Raj endianness check is OS wide and not specific to libc. Fixes build with musl libc Signed-off-by: Khem Raj Signed-off-by: Maxin B. John --- src/util/u_endian.h | 2 +- 1

Re: [Mesa-dev] [PATCH] u_endian.h: make endianness check libc agnostic

2018-03-21 Thread Emil Velikov
Hi Maxin, Welcome back ;-) On 21 March 2018 at 14:52, wrote: > From: Khem Raj > > endianness check is OS wide and not specific to libc. > Fixes build with musl libc > > Signed-off-by: Khem Raj > Signed-off-by: Maxin B. John > --- > src/util/u_endian.h | 2 +- > 1 file changed, 1 insertion(+

[Mesa-dev] [PATCH] u_endian.h: make endianness check libc agnostic

2018-03-21 Thread maxin . john
From: Khem Raj endianness check is OS wide and not specific to libc. Fixes build with musl libc Signed-off-by: Khem Raj Signed-off-by: Maxin B. John --- src/util/u_endian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/u_endian.h b/src/util/u_endian.h index 22d0