Re: [OE-core] [PATCH v4] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe

2018-12-11 Thread He Zhe
On 2018/12/11 22:17, Bruce Ashfield wrote: > On Tue, Dec 11, 2018 at 2:49 AM He Zhe wrote: >> >> >> On 2018/12/11 00:58, Bruce Ashfield wrote: >>> >>> On Wed, Nov 21, 2018 at 9:06 AM >> > wrote: >>> >>> From: He Zhe mailto:zhe...@windriver.com>> >>> >>> This

Re: [OE-core] [PATCH v4] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe

2018-12-11 Thread Bruce Ashfield
On Tue, Dec 11, 2018 at 9:33 AM Martin Hundebøll wrote: > > > > On 11/12/2018 15.17, Bruce Ashfield wrote: > > On Tue, Dec 11, 2018 at 2:49 AM He Zhe wrote: > >> > >> > >> > >> On 2018/12/11 00:58, Bruce Ashfield wrote: > >>> > >>> > >>> On Wed, Nov 21, 2018 at 9:06 AM >>>

Re: [OE-core] [PATCH v4] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe

2018-12-11 Thread Martin Hundebøll
On 11/12/2018 15.17, Bruce Ashfield wrote: On Tue, Dec 11, 2018 at 2:49 AM He Zhe wrote: On 2018/12/11 00:58, Bruce Ashfield wrote: On Wed, Nov 21, 2018 at 9:06 AM mailto:zhe...@windriver.com>> wrote: From: He Zhe mailto:zhe...@windriver.com>> This is a workaround for the fo

Re: [OE-core] [PATCH v4] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe

2018-12-11 Thread Bruce Ashfield
On Tue, Dec 11, 2018 at 2:49 AM He Zhe wrote: > > > > On 2018/12/11 00:58, Bruce Ashfield wrote: > > > > > > On Wed, Nov 21, 2018 at 9:06 AM > > wrote: > > > > From: He Zhe mailto:zhe...@windriver.com>> > > > > This is a workaround for the following possible b

Re: [OE-core] [PATCH v4] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe

2018-12-10 Thread He Zhe
On 2018/12/11 00:58, Bruce Ashfield wrote: > > > On Wed, Nov 21, 2018 at 9:06 AM > wrote: > > From: He Zhe mailto:zhe...@windriver.com>> > > This is a workaround for the following possible build failure. > > *** Compiler lacks asm-goto support.. Stop. > >

Re: [OE-core] [PATCH v4] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe

2018-12-10 Thread Bruce Ashfield
On Wed, Nov 21, 2018 at 9:06 AM wrote: > From: He Zhe > > This is a workaround for the following possible build failure. > > *** Compiler lacks asm-goto support.. Stop. > > When building linux-libc-headers we need to use binutils on build machine. > binutils v2.31 introduces a bug that could cau

Re: [OE-core] [PATCH v4] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe

2018-12-05 Thread He Zhe
Kindly ping. Zhe On 2018/11/21 22:06, zhe...@windriver.com wrote: > From: He Zhe > > This is a workaround for the following possible build failure. > > *** Compiler lacks asm-goto support.. Stop. > > When building linux-libc-headers we need to use binutils on build machine. > binutils v2.31 intr

[OE-core] [PATCH v4] linux-libc-headers: Fix build failure by using fixed temporary file instead of pipe

2018-11-21 Thread zhe.he
From: He Zhe This is a workaround for the following possible build failure. *** Compiler lacks asm-goto support.. Stop. When building linux-libc-headers we need to use binutils on build machine. binutils v2.31 introduces a bug that could cause scripts/gcc-goto.sh to fail when running in an envi