Re: [Buildroot] [PATCH 1/3] toolchain, glibc: Allow ARC big endian glibc builds

2019-12-06 Thread Thomas Petazzoni
On Fri, 6 Dec 2019 11:39:22 -0800 Vineet Gupta wrote: > From: Vineet Gupta > > Apparently big endian glibc builds just work, if we let the endian > header allow that (which prev was #error). > > The current ARC glibc version in buildroot arc-2019.09-rc1 already > contains that fix. > >

[PATCH 1/3] toolchain,glibc: Allow ARC big endian glibc builds

2019-12-06 Thread Vineet Gupta
From: Vineet Gupta Apparently big endian glibc builds just work, if we let the endian header allow that (which prev was #error). The current ARC glibc version in buildroot arc-2019.09-rc1 already contains that fix. Signed-off-by: Vineet Gupta --- toolchain/toolchain-buildroot/Config.in | 2