Re: [OE-core] [PATCH 1/1] autotools: do more cleanup when in do_configure

2018-09-11 Thread Richard Purdie
On Tue, 2018-09-11 at 09:30 +0800, ChenQi wrote: > On 09/10/2018 06:24 PM, Burton, Ross wrote: > > On 10 September 2018 at 11:02, Chen Qi > > wrote: > > > I met the following error when compiling some projects. > > > > > > > configure: error: `LDFLAGS' has changed since the previous run: > > > >

Re: [OE-core] [PATCH 1/1] autotools: do more cleanup when in do_configure

2018-09-10 Thread ChenQi
On 09/10/2018 06:24 PM, Burton, Ross wrote: On 10 September 2018 at 11:02, Chen Qi wrote: I met the following error when compiling some projects. | configure: error: `LDFLAGS' has changed since the previous run: | configure: former value: `-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed' | con

Re: [OE-core] [PATCH 1/1] autotools: do more cleanup when in do_configure

2018-09-10 Thread Burton, Ross
On 10 September 2018 at 11:02, Chen Qi wrote: > I met the following error when compiling some projects. > > | configure: error: `LDFLAGS' has changed since the previous run: > | configure: former value: `-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed' > | configure: current value: `-Wl,-O1 -Wl,

[OE-core] [PATCH 1/1] autotools: do more cleanup when in do_configure

2018-09-10 Thread Chen Qi
I met the following error when compiling some projects. | configure: error: `LDFLAGS' has changed since the previous run: | configure: former value: `-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed' | configure: current value: `-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-stro